Exemplo n.º 1
0
 private static void PopulateLocalUser()
 {
     GameCenterPlatform.m_LocalUser.SetAuthenticated(GameCenterPlatform.GetAuthenticated());
     GameCenterPlatform.m_LocalUser.SetUserName(GameCenterPlatform.Internal_UserName());
     GameCenterPlatform.m_LocalUser.SetUserID(GameCenterPlatform.Internal_UserID());
     GameCenterPlatform.m_LocalUser.SetUserGameID(GameCenterPlatform.Internal_UserGameID());
     GameCenterPlatform.m_LocalUser.SetLegacyUserID(GameCenterPlatform.Internal_LegacyUserID());
     GameCenterPlatform.m_LocalUser.SetUnderage(GameCenterPlatform.GetIsUnderage());
     GameCenterPlatform.m_LocalUser.SetImage(GameCenterPlatform.GetUserImage());
 }