예제 #1
0
 public override void Reset(Man man)
 {
     this.military           = new Military(man.Fullname, man.Id);
     this.military.troopType = "Pilot";
 }
예제 #2
0
 public abstract bool Examine(Man man);