コード例 #1
0
 public void OnMovement(Vector2 movement)
 {
     if (CanRecieveInput)
     {
         activeBehaviour.OnMovement(movement);
     }
 }