Esempio n. 1
0
 /// <summary>
 /// Initialize limiter.
 /// </summary>
 public override void Initialize()
 {
     Rocker = GetComponent <RockerJoint>();
 }
Esempio n. 2
0
 /// <summary>
 /// Initialize limiter.
 /// </summary>
 public virtual void Awake()
 {
     Rocker = GetComponent <RockerJoint>();
 }