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