Exemple #1
0
 void FixedUpdate()
 {
     modMotion.Update();
 }
Exemple #2
0
 void Update()
 {
     modGameObj.Update();
     modMotion.Update();
 }