コード例 #1
0
ファイル: Move.cs プロジェクト: alexeik/openRA.Engine.Hg
 public MoveSecondHalf(Move move, WPos from, WPos to, int fromFacing, int toFacing, int startingFraction)
     : base(move, from, to, fromFacing, toFacing, startingFraction)
 {
 }
コード例 #2
0
ファイル: Move.cs プロジェクト: alexeik/openRA.Engine.Hg
 protected override MovePart OnComplete(Actor self, Mobile mobile, Move parent)
 {
     mobile.SetPosition(self, mobile.ToCell);
     return(null);
 }
コード例 #3
0
ファイル: Move.cs プロジェクト: alexeik/openRA.Engine.Hg
 protected abstract MovePart OnComplete(Actor self, Mobile mobile, Move parent);