Interfaces
IProgressionSystemService
Responsible for managing the experience points of users.
Methods
AddExperiencePoints
Adds the given XP to each player of the unit. Internally calls
Parameters
| Name | Type | Description |
|---|---|---|
| unit | Unit | The unit. |
| experiencePoints | int | The XP to add. |
AddExperiencePoints
Adds the given XP to the player and increases or decreases their rank.
Parameters
| Name | Type | Description |
|---|---|---|
| player | FPlayer | The player. |
| experiencePoints | int | The XP to add. |