Exemple #1
0
        private MatchLobbyPlayerListPopulate EnsureGetMatchLobbyPlayerListPopulate()
        {
            if (matchLobbyPlayerListPopulate == null)
            {
                matchLobbyPlayerListPopulate = FindObjectOfType(typeof(MatchLobbyPlayerListPopulate)) as MatchLobbyPlayerListPopulate;
            }

            return(matchLobbyPlayerListPopulate);
        }
Exemple #2
0
 private void Awake()
 {
     matchLobbyPlayerListPopulate = FindObjectOfType(typeof(MatchLobbyPlayerListPopulate)) as MatchLobbyPlayerListPopulate;
 }