* Implement FromToken method for Skew configuration
Added a method to parse a serialized configuration token for Skew profiles. Tokens can be generated and viewed using the updated cecil helper tool.
* Add Difficulty property to KasinoShop profile
Add Difficulty property to KasinoShop profile
* Add HOUSE_EDGE variable and custom difficulties
Add HOUSE_EDGE variable and custom difficulties
* Implement ShopSetDifficultyCommand for difficulty settings
Added ShopSetDifficultyCommand to manage player difficulty settings in casino games, including validation for input parameters.
* adds return to default difficulty setting
adds return to default difficulty setting
- Added investments as a derivative of assets
- Added profile state flags which can retain basic states like IsSponsored
- Added profile state data using EF Core's JSON functionality so it should automatically serialize / deserialize the accompanying model for convenience (OnModelCreating code commented out due to the models not yet having a DbSet as I won't bake them in until KasinoShop is ready)