Exemple #1
0
        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);
        }
Exemple #2
0
 public void Init(LobbyController controller)
 {
     _controller = controller;
 }