Esempio n. 1
0
 public bool CanShowGuild()
 {
     return(!ChatUI.IsChatFocused() && !InventoryUI.IsInventoryVisible());
 }
Esempio n. 2
0
 public bool CanShowInventory()
 {
     return(!ChatUI.IsChatFocused());
 }