/// <summary> /// Initialize limiter. /// </summary> public override void Initialize() { Rocker = GetComponent <RockerJoint>(); }
/// <summary> /// Find RockerJoint. /// </summary> protected virtual void Awake() { RJoint = GetComponent <RockerJoint>(); }