mirror of
https://github.com/furyfire/trueskill.git
synced 2025-03-20 16:48:04 +00:00
First TwoPlayerTrueSkillCalculator unit test passed
This commit is contained in:
11
PHPSkills/ISupportPartialUpdate.php
Normal file
11
PHPSkills/ISupportPartialUpdate.php
Normal file
@ -0,0 +1,11 @@
|
||||
<?php
|
||||
namespace Moserware\Skills;
|
||||
|
||||
interface ISupportPartialUpdate
|
||||
{
|
||||
/**
|
||||
* Indicated how much of a skill update a player should receive where 0.0 represents no update and 1.0 represents 100% of the update.
|
||||
*/
|
||||
public function getPartialUpdatePercentage();
|
||||
}
|
||||
?>
|
Reference in New Issue
Block a user