make the pathfinder use integers
This commit is contained in:
@@ -112,7 +112,6 @@ namespace OpenRA.Traits
|
||||
|
||||
public interface IMove : ITeleportable
|
||||
{
|
||||
float MovementCostForCell(Actor self, int2 cell);
|
||||
float MovementSpeedForCell(Actor self, int2 cell);
|
||||
IEnumerable<float2> GetCurrentPath(Actor self);
|
||||
int Altitude { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user