unity/Assets/Scripts/Controllers/BodyController.cs (4 lines of code) (raw):
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
// A class representing MuJoCo bodies / worldbody elements.
public class BodyController : KineticHierarchyController { }