コード例 #1
0
 public override void Execute(PureMVC.Interfaces.INotification notification)
 {
     SendNotification(Notification.PHOTON_STATUS_CHANGED, "leave room...");
     photon              = Facade.photonManager;
     photon.onLeaveRoom += onLeave;
     photon.leaveRoom();
     photon.ConnectInUpdate = false;
     //
 }