Beispiel #1
0
 private void AddPlayer(InputDevice activeDevice)
 {
     players.Add(activeDevice, next);
     spawner.SpawnPlayer(next, InControl.InputManager.ActiveDevice);
     next++;
 }