Example #1
0
 public override void OnClose()
 {
     if (room != null)
     {
         room.RemoveObserver(this);
     }
 }