Example #1
0
 void FixedUpdate()
 {
     foreach (var Cmp in Components)
     {
         Cmp.OnFixedUpdate();
     }
 }