예제 #1
0
 void PopupGui(int windowId)
 {
     if (currentPopup != null)
     {
         CheckConnectivity();
         currentPopup.DoPopupGUI();
     }
 }