public static bool CanShoot(Player player, Item item) { return(PlayerHooks.CanShoot(player, item) & ItemLoader.CanShoot(item, player)); }