Add CashTricklerMultiplier
This commit is contained in:
@@ -308,6 +308,9 @@ namespace OpenRA.Mods.Common.Traits
|
||||
string SequencePrefix { get; }
|
||||
}
|
||||
|
||||
[RequireExplicitImplementation]
|
||||
public interface ICashTricklerModifier { int GetCashTricklerModifier(); }
|
||||
|
||||
[RequireExplicitImplementation]
|
||||
public interface IDamageModifier { int GetDamageModifier(Actor attacker, Damage damage); }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user