Exemplo n.º 1
0
 void CheckMoveStateStart()
 {
     if (!isMoving)
     {
         MonsterMove.Invoke();
         isMoving = true;
     }
 }