Move ISeedableResource interface to Mods.Common.

This commit is contained in:
Paul Chote
2017-09-07 20:41:31 +01:00
committed by Oliver Brakmann
parent 1de767d9bf
commit f5e38a4e2c
2 changed files with 2 additions and 2 deletions

View File

@@ -104,6 +104,8 @@ namespace OpenRA.Mods.Common.Traits
public interface IExplodeModifier { bool ShouldExplode(Actor self); }
public interface IHuskModifier { string HuskActor(Actor self); }
public interface ISeedableResource { void Seed(Actor self); }
[RequireExplicitImplementation]
public interface INotifyInfiltrated { void Infiltrated(Actor self, Actor infiltrator); }