PathSearch patched to support ICustomTerrain
This commit is contained in:
@@ -25,7 +25,7 @@ namespace OpenRa.Traits
|
||||
public interface IAcceptThief { void OnSteal(Actor self, Actor thief); }
|
||||
public interface IAcceptSpy { void OnInfiltrate(Actor self, Actor spy); }
|
||||
|
||||
public interface ICustomTerrain { double GetCost(int2 p, UnitMovementType umt); }
|
||||
public interface ICustomTerrain { float GetCost(int2 p, UnitMovementType umt); }
|
||||
|
||||
interface IProducer
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user