|
@ -105,7 +105,7 @@ namespace CoreGame.Logic |
|
|
|
|
|
|
|
|
public Fixed64 GetDefaultMoveSpeed() |
|
|
public Fixed64 GetDefaultMoveSpeed() |
|
|
{ |
|
|
{ |
|
|
return (Fixed64._1 + Fixed64._0_125) / GetTurnLen(); |
|
|
return (Fixed64._1) / GetTurnLen(); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
public void PushGridPieceInst(GridPieceInst inst) |
|
|
public void PushGridPieceInst(GridPieceInst inst) |
|
|