Open Issues Need Help
View All on GitHubAI Summary: This issue proposes a refactoring of the `Resource Stat` class. The `MaxValue` property, currently set via an object initializer, should be moved to the constructor because it's an essential parameter. This change will also simplify initialization by allowing `CurrentValue` to default to `MaxValue` when a new stat is created.
A simple, lightweight library containing generic classes for your game-related statistics (like HP, money, etc.)
A simple, lightweight library containing generic classes for your game-related statistics (like HP, money, etc.)
A simple, lightweight library containing generic classes for your game-related statistics (like HP, money, etc.)