Exemplo n.º 1
0
 void OnDisable()
 {
     UIFunction.ClearChild(PlayerListPanel);
     PlayerContainer.Clear();
     ObjectContainer.Clear();
     LocalMessage.SetHandler(null);
 }
Exemplo n.º 2
0
 void OnDisable()
 {
     xml.Close();
     TowerFileXml.Close();
     UIFunction.ClearChild(MapPanel);
     LocalMessage.SetHandler(null);
 }
Exemplo n.º 3
0
 void OnDisable()
 {
     RoomContainer1.Clear();
     RoomContainer2.Clear();
     UIFunction.ClearChild(RoomListPanel);
     //EditorUtility.DisplayDialog("关闭", "离开大厅", "关闭");
 }