Exemplo n.º 1
0
 protected void EatingCocoberry()
 {
     if (Channeling(ItemList.Cocoberry, PlayerActions.Eat) == PlayerActions.Eat)
     {
         Cocoberry cocoberry = (Cocoberry)(this.GetPlayerData().GetInventory()[Global.ItemNames[ItemList.Cocoberry]]);
         cocoberry.Eat(this.GetPlayerData());
         Nourish.Play();
     }
 }
Exemplo n.º 2
0
 public Cocoberry(Cocoberry s) : base(s)
 {
 }