Vixen
c7401864
csharp
public readonly record struct ExperienceGain

What an award of experience did.

Read the guide page for this →

Fields and properties (3)

  • public int Levels

    How many levels were gained.

  • public int Level

    What level they are now.

  • public int Wasted

    Experience 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