예제 #1
0
 public void FixedUpdate()
 {
     m_fsm.UpdateFSM(null);
 }
예제 #2
0
 void FixedUpdate()
 {
     mFsm.UpdateFSM(null);
 }