Exemplo n.º 1
0
 bool SetFiringTrajectory()
 {
     MoveMarkerManager.IndicateFiringMoveSet();
     MoveMarkerManager.SetTargetFiringStrength(GetShotVector());
     return(releasesControlOnAction);
 }
Exemplo n.º 2
0
 public override void HandleDragInput()
 {
     currentPoint = PlayerController.LastInputPosition;
     MoveMarkerManager.SetTargetFiringStrength(GetShotVector());
 }