예제 #1
0
 public void StartTurnDirection(Vector2d targetDirection)
 {
     bufferStartTurn = true;
     bufferTargetRot = targetDirection.ToRotation();
 }