Hook up empty/full harvester husk variants in RA.

This commit is contained in:
Paul Chote
2011-07-27 20:09:29 +12:00
parent 5fe5addc0c
commit 08ed7f0316
7 changed files with 74 additions and 6 deletions

View File

@@ -73,6 +73,7 @@ namespace OpenRA.Traits
public interface IDisable { bool Disabled { get; } }
public interface IExplodeModifier { bool ShouldExplode(Actor self); }
public interface IHuskModifier { string HuskActor(Actor self); }
public interface INudge { void OnNudge(Actor self, Actor nudger, bool force); }
public interface IRadarSignature