Example #1
0
 private void EatPie()
 {
     Console.WriteLine("Eat pie");
     _storyManager.AddCharacter(new Fairy(_storyManager));
 }