enhance(reversi): 変則なしマッチングを可能に
This commit is contained in:
		| @@ -106,6 +106,11 @@ export class MiReversiGame { | ||||
| 	}) | ||||
| 	public bw: string; | ||||
|  | ||||
| 	@Column('boolean', { | ||||
| 		default: false, | ||||
| 	}) | ||||
| 	public noIrregularRules: boolean; | ||||
|  | ||||
| 	@Column('boolean', { | ||||
| 		default: false, | ||||
| 	}) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 syuilo
					syuilo