public void FixedUpdate()
 {
     _fixedUpdatable?.FixedUpdate();
 }
Exemple #2
0
 void FixedUpdate()
 {
     serverOrclient.FixedUpdate();
 }