Beispiel #1
0
 protected virtual BehaviorReturnCode AttackAExec()
 {
     charDriver.AttackA();
     return(BehaviorReturnCode.Success);
 }