Exemplo n.º 1
0
 string IPlatformSaveLoadManager.GetSaveOverwriteConfirmMessage(byte[] bytes)
 {
     return(BlackPlatform.GetSaveOverwriteConfirmMessage(BlackPlatform.instance.GetCloudMetadataFromBytes(bytes)));
 }
Exemplo n.º 2
0
 bool IPlatformSaveLoadManager.IsSaveRollback(byte[] bytes)
 {
     return(BlackPlatform.IsSaveRollback(BlackPlatform.instance.GetCloudMetadataFromBytes(bytes)));
 }
Exemplo n.º 3
0
 public PlatformNotificationRequest GetNotificationRequest()
 {
     return(BlackPlatform.GetPlatformNotificationRequest());
 }