Exemple #1
0
 private static void PopulateLocalUser()
 {
     GameCenterPlatform.m_LocalUser.SetAuthenticated(GameCenterPlatform.Internal_Authenticated());
     GameCenterPlatform.m_LocalUser.SetUserName(GameCenterPlatform.Internal_UserName());
     GameCenterPlatform.m_LocalUser.SetUserID(GameCenterPlatform.Internal_UserID());
     GameCenterPlatform.m_LocalUser.SetUnderage(GameCenterPlatform.Internal_Underage());
     GameCenterPlatform.m_LocalUser.SetImage(GameCenterPlatform.Internal_UserImage());
 }