mirror of
				https://github.com/furyfire/trueskill.git
				synced 2025-11-04 10:12:28 +01:00 
			
		
		
		
	Naming tweak
This commit is contained in:
		
							
								
								
									
										16
									
								
								Skills/ISupportPartialPlay.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										16
									
								
								Skills/ISupportPartialPlay.php
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,16 @@
 | 
			
		||||
<?php
 | 
			
		||||
namespace Moserware\Skills;
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * Indicates support for allowing partial play (where a player only plays a part of the time).
 | 
			
		||||
 */
 | 
			
		||||
 
 | 
			
		||||
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();
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
?>
 | 
			
		||||
		Reference in New Issue
	
	Block a user