Exemple #1
0
 public void OnMove(Vector2 theAxis)
 {
     if (theMovePlayer)
     {
         theMovePlayer.InputOperateWithAxis(theAxis);
     }
 }