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