alterscore 2 - eisclimber/ExPresS-XR GitHub Wiki
Method in ScoreManager
Increases or decreases the score by the provided step size.
public void AlterScore(int points, bool increase);| Name | Description |
|---|---|
int points |
The amount of points to change the score by. |
bool increase |
Whether to increase the score or not. |