Esempio n. 1
0
        //protected List<LobbyPlayer> _players = new List<LobbyPlayer>();
        //GameObject pllob = null;

        public void Awake()
        {
            _instance = this;
        }
Esempio n. 2
0
 public void Awake()
 {
     _instance          = this;
     public_num_players = 0;
 }