예제 #1
0
파일: HealCommand.cs 프로젝트: MrEk0/RPG
 public void Execute()
 {
     doctorArmy.Heal();
 }