예제 #1
0
 public void Attack(Warrior enemy)
 {
 }
예제 #2
0
 static void Main(string[] args)
 {
     Warrior goodGuy = new Warrior("Bob", Faction.GoodGuy);
     Warrior badGuy  = new Warrior("Joe", Faction.BadGuy);
 }