public bool CanShowGuild() { return(!ChatUI.IsChatFocused() && !InventoryUI.IsInventoryVisible()); }
public bool CanShowInventory() { return(!ChatUI.IsChatFocused()); }