public ExecMoveChar(ExecMoveChar other) : base(other)
 {
     funcGetTargetPosition = other.funcGetTargetPosition;
 }
 public ExecMoveChar(Chr _chrSource, Chr _chrTarget, Position.FuncGetPosition _funcGetPosition) : base(_chrSource, _chrTarget)
 {
     funcGetTargetPosition = _funcGetPosition;
 }