コード例 #1
0
ファイル: HexBoard.cs プロジェクト: NexMetu/MattDylanGame
 /// <inheritdoc/>
 public virtual int  DirectedStepCost(IHex hex, Hexside hexsideExit)
 {
     return(hex == null ? -1 : hex.DirectedStepCost(hexsideExit));
 }