예제 #1
0
파일: VAction.cs 프로젝트: xevrem/vaerydian
 public void doAction()
 {
     ActionUtils.doAction(this.Owner, this.Target, this.ActionDef);
 }