예제 #1
0
 void NewTurnIsReady(EBowlAction _action)
 {
     MyOwner.SetActorLocation(
         MyStartLocation, false, out myHit, false
         );
     MyOwner.SetActorRotation(
         MyStartRotation, false
         );
 }