Esempio n. 1
0
 /// <summary>
 /// Places the match elements for a match start.
 /// </summary>
 public void StartMatch()
 {
     _leftPlayer.StopMoving();
     _rightPlayer.StopMoving();
     _puck.Regroup(_puckNeutralStart.position);
     _leftPlayer.MoveTo(_leftPlayerStart.position);
     _rightPlayer.MoveTo(_rightPlayerStart.position);
 }