ICustomTerrain; more bridge code

This commit is contained in:
Chris Forbes
2010-01-19 09:35:42 +13:00
parent d56e2c8e26
commit 77418f4227
4 changed files with 22 additions and 5 deletions

View File

@@ -25,6 +25,8 @@ 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); }
interface IProducer
{
bool Produce( Actor self, ActorInfo producee );