Require explicit ISpeedModifier implementation
Plus misc "collateral" explicit interfaces.
This commit is contained in:
@@ -24,6 +24,6 @@ namespace OpenRA.Mods.Common.Traits
|
||||
public SpeedMultiplier(SpeedMultiplierInfo info, string actorType)
|
||||
: base(info, "SpeedMultiplier", actorType) { }
|
||||
|
||||
public int GetSpeedModifier() { return GetModifier(); }
|
||||
int ISpeedModifier.GetSpeedModifier() { return GetModifier(); }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user