コード例 #1
0
ファイル: VAction.cs プロジェクト: xevrem/vaerydian
 public void doAction()
 {
     ActionUtils.doAction(this.Owner, this.Target, this.ActionDef);
 }