private void Awake() { Instance = this; Assert.IsNotNull(PlayerContainer); Assert.IsNotNull(BackButton); Assert.IsNotNull(ReadyButton); Assert.IsNotNull(WaitButton); Assert.IsNotNull(LobbyPlayerPrefabs); Assert.IsNotNull(MissionDisplay); Assert.IsNotNull(RoundSelector); Assert.IsNotNull(RoundDisplay); }
public void Init(LobbyController controller) { _controller = controller; }