예제 #1
0
파일: PriestActor.cs 프로젝트: sso0632/NDG
 public void PriestDamage(int value)
 {
     havePriest.HeathMiuns(value);
 }