Implement ReloadAmmoDelay multiplier.
This commit is contained in:
committed by
reaperrr
parent
c9ff54bfd5
commit
d36973138c
@@ -361,6 +361,9 @@ namespace OpenRA.Mods.Common.Traits
|
||||
[RequireExplicitImplementation]
|
||||
public interface IReloadModifier { int GetReloadModifier(); }
|
||||
|
||||
[RequireExplicitImplementation]
|
||||
public interface IReloadAmmoModifier { int GetReloadAmmoModifier(); }
|
||||
|
||||
[RequireExplicitImplementation]
|
||||
public interface IInaccuracyModifier { int GetInaccuracyModifier(); }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user