예제 #1
0
 public void WarriorOutOfAction(IWarrior who, string byWhom)
 {
     who.ChangeStatus(new OutOfAction());
 }