// used to set the input axes when spawning the players
 public void SetInputAxes(PlayerInputNames newAxes)
 {
     inputAxes = newAxes;
     isPlaying = true;
 }
Beispiel #2
0
 public void SetPlayerInputNames(PlayerInputNames pl)
 {
     playerInput = pl;
 }