Example #1
0
 public ActionEnum Process()
 {
     entity.Attack();
     return(ActionEnum.STATUS_COMPLETED);
 }