Exemple #1
0
 public void FixedUpdate()
 {
     mGlobalState?.FixedUpdate();
     mCurrentState?.FixedUpdate();
 }