Add Creates/RevealsShroudMultiplier.
This commit is contained in:
committed by
abcdefg30
parent
4987d45f23
commit
becfc154c5
@@ -357,6 +357,12 @@ namespace OpenRA.Mods.Common.Traits
|
||||
[RequireExplicitImplementation]
|
||||
public interface IGainsExperienceModifier { int GetGainsExperienceModifier(); }
|
||||
|
||||
[RequireExplicitImplementation]
|
||||
public interface ICreatesShroudModifier { int GetCreatesShroudModifier(); }
|
||||
|
||||
[RequireExplicitImplementation]
|
||||
public interface IRevealsShroudModifier { int GetRevealsShroudModifier(); }
|
||||
|
||||
[RequireExplicitImplementation]
|
||||
public interface ICustomMovementLayer
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user