예제 #1
0
 public bool Run(params object[] args)
 {
     _mod.OnModuleApplyDamage();
     _combat.OnModuleApplyDamage();
     return(true);
 }