Example #1
0
 public void CreateFood()
 {
     if (food == null)
     {
         food = new Wings();
     }
 }
Example #2
0
 public void CreateFood()
 {
     if (food == null)
     {
         food = new Chicken();
     }
 }