예제 #1
0
 protected virtual BehaviorReturnCode JumpExec()
 {
     charDriver.Jump();
     return(BehaviorReturnCode.Success);
 }