class Rice: Edible_Base { override void SetActions() { super.SetActions(); AddAction(ActionForceFeed); AddAction(ActionEatBig); } };