예제 #1
0
 public void Alive()
 {
     if (!this.IsAlive)
     {
         throw new InvalidOperationException(OutputMessages.DeadCharacter());
     }
 }