add spice refinery smoke overlay when harvester docked

This commit is contained in:
Matthias Mailänder
2014-04-17 13:15:48 +02:00
parent 6029890ed8
commit ba309a3367
8 changed files with 118 additions and 6 deletions

View File

@@ -86,6 +86,7 @@ namespace OpenRA.Traits
bool IsValidTarget(Actor self, Actor saboteur);
}
public interface IStoreOre { int Capacity { get; } }
public interface INotifyDocking { void Docked(Actor self, Actor harvester); void Undocked(Actor self, Actor harvester); }
public interface IEffectiveOwner
{
bool Disguised { get; }