public bool PlayerHaveItem() { if (PlayerGlobalStatus.PlayerHaveItem(item)) { return(true); } else { return(false); } }