コード例 #1
0
 string IPlatformSaveLoadManager.GetSaveOverwriteConfirmMessage(byte[] bytes)
 {
     return(BlackPlatform.GetSaveOverwriteConfirmMessage(BlackPlatform.instance.GetCloudMetadataFromBytes(bytes)));
 }
コード例 #2
0
 bool IPlatformSaveLoadManager.IsSaveRollback(byte[] bytes)
 {
     return(BlackPlatform.IsSaveRollback(BlackPlatform.instance.GetCloudMetadataFromBytes(bytes)));
 }
コード例 #3
0
ファイル: BlackNotification.cs プロジェクト: gasbank/black
 public PlatformNotificationRequest GetNotificationRequest()
 {
     return(BlackPlatform.GetPlatformNotificationRequest());
 }