Interface ICountStat
Stat which has Count value. It may be used primary for the aggregation or when action performed on multiple items, but should be counted for each of them (i.e. "buy" for N items should be same as two "buy" actions for N/2 items, and for pollution the amount is the total pollution quantity).
Namespace: Eco.Stats
Assembly: Eco.Stats.dll
Syntax
public interface ICountStat
Properties
Count
Declaration
[SumInAggregateGrouping]
float Count { get; set; }
Property Value
Type | Description |
---|---|
System.Single |