17 lines
273 B
C#
17 lines
273 B
C#
namespace ParasiticGod.Scripts.Core;
|
|
|
|
public enum Stat
|
|
{
|
|
// Primary Resources
|
|
Faith,
|
|
Followers,
|
|
Corruption,
|
|
Production,
|
|
|
|
// Passive Generation Stats
|
|
ProductionPerSecond,
|
|
CorruptionPerSecond,
|
|
|
|
// Modifying Stats
|
|
FaithPerFollower
|
|
} |