Add ProductionCost/TimeMultiplier
This commit is contained in:
committed by
reaperrr
parent
1f730fbfb9
commit
de7706c98f
@@ -323,6 +323,12 @@ namespace OpenRA.Mods.Common.Traits
|
||||
string SequencePrefix { get; }
|
||||
}
|
||||
|
||||
[RequireExplicitImplementation]
|
||||
public interface IProductionCostModifierInfo : ITraitInfo { int GetProductionCostModifier(TechTree techTree, string queue); }
|
||||
|
||||
[RequireExplicitImplementation]
|
||||
public interface IProductionTimeModifierInfo : ITraitInfo { int GetProductionTimeModifier(TechTree techTree, string queue); }
|
||||
|
||||
[RequireExplicitImplementation]
|
||||
public interface ICashTricklerModifier { int GetCashTricklerModifier(); }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user