More types

This commit is contained in:
2023-08-02 10:59:15 +00:00
parent 5c7471963c
commit 72de6363fe
6 changed files with 16 additions and 9 deletions

View File

@ -10,5 +10,5 @@ interface ISupportPartialPlay
/**
* Indicates the percent of the time the player should be weighted where 0.0 indicates the player didn't play and 1.0 indicates the player played 100% of the time.
*/
public function getPartialPlayPercentage();
public function getPartialPlayPercentage(): float;
}