// Constructed by the main gui
 internal NearbyGUI(MainGui owner)
 {
     mOwner = owner;
     mEndpoints = new Dictionary<string, EndpointHolder>();
     mEndpointsViewVector = new Vector2();
     mMessageLog = new List<string>();
     mKnownEndpoints = new HashSet<string>();
 }
 // Constructed by the main gui
 internal AchievementGUI(MainGui owner)
 {
     mOwner  = owner;
     mStatus = "";
 }
Ejemplo n.º 3
0
 // Constructed by the main gui
 internal VideoGUI(MainGui owner)
 {
     mOwner  = owner;
     mStatus = "";
 }
Ejemplo n.º 4
0
 // Constructed by the main gui
 internal LeaderboardGUI(MainGui owner)
 {
     mOwner  = owner;
     mStatus = "";
 }
 // Constructed by the main gui
 internal FriendsGUI(MainGui owner)
 {
     mOwner = owner;
 }
 // Constructed by the main gui
 internal LeaderboardGUI(MainGui owner)
 {
     mOwner = owner;
     mStatus = "";
 }
 // Constructed by the main gui
 internal AchievementGUI(MainGui owner)
 {
     mOwner = owner;
     mStatus = "";
 }