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