Пример #1
0
 void FixedUpdate()
 {
     // stateのDo_Fix関数を呼ぶ
     playerStateManager.FixedUpdate();
     Do_Fix_AniState();
 }