csharp
public readonly record struct ExperienceGainWhat an award of experience did.
Fields and properties (3)
public int LevelsHow many levels were gained.
public int LevelWhat level they are now.
public int WastedExperience that fell off the end at the maximum level.
Methods (1)
public ExperienceGain(int Levels, int Level, int Wasted)What an award of experience did.
Used by (2)
- ExperienceTestsVixen.Gameplay.Progression.Tests
- ProgressionStateVixen.Gameplay.Progression