greenstack / spite-framework

The Spite Framework is a C# library meant to simplify designing and implementing turn-based gameplay by providing some boilerplate code.
MIT License
6 stars 0 forks source link

Implement some Int Stat #49

Closed greenstack closed 2 years ago

greenstack commented 3 years ago

Before we get that wonderful INumeric interface with .NET 6/Unity, I think having some int stats would be useful.

Some of the int stats I would like to see include:

Others that I think of can be added here.

greenstack commented 3 years ago

Centralized int stat implemented as ModifiableIntStat