Esempio n. 1
0
 public void FoundItem(Character_System.Item item)
 {
     throw new NotImplementedException();
 }
Esempio n. 2
0
 public BattleSystem.BattleAction getPlayerAction(Character_System.Character character)
 {
     throw new NotImplementedException();
 }
Esempio n. 3
0
        public void FoundItem(Character_System.Item item)
        {
            /* start FoundItem */

            Console.WriteLine("You found a " + item.Name + "! It'll be added to your inventory.");
        }