예제 #1
0
 public void FoundItem(Character_System.Item item)
 {
     throw new NotImplementedException();
 }
예제 #2
0
 public BattleSystem.BattleAction getPlayerAction(Character_System.Character character)
 {
     throw new NotImplementedException();
 }
예제 #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.");
        }