mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-04 07:24:13 +00:00 
			
		
		
		
	Fix bug (#2638)
This commit is contained in:
		
							parent
							
								
									4a00c13b33
								
							
						
					
					
						commit
						40735ce76b
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -110,7 +110,7 @@ export default class Reversi {
 | 
			
		|||
	 * 白石の数
 | 
			
		||||
	 */
 | 
			
		||||
	public get whiteCount() {
 | 
			
		||||
		return count(BLACK, this.board);
 | 
			
		||||
		return count(WHITE, this.board);
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	/**
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue