Beispiel #1
0
 private void OnApplicationQuit()
 {
     if (Room.State == RoomState.Running)
     {
         Room.Abort();
     }
 }