예제 #1
0
 public MoveSecondHalf(Move move, WPos from, WPos to, int fromFacing, int toFacing, int startingFraction)
     : base(move, from, to, fromFacing, toFacing, startingFraction)
 {
 }
예제 #2
0
 protected override MovePart OnComplete(Actor self, Mobile mobile, Move parent)
 {
     mobile.SetPosition(self, mobile.ToCell);
     return(null);
 }
예제 #3
0
 protected abstract MovePart OnComplete(Actor self, Mobile mobile, Move parent);