Commit 44be5620 authored by Zohten's avatar Zohten

hotfix

parent 17c4259e
import Tile from '@/model/Tile.js' /*import Tile from '@/model/Tile.js'
const COMBINATION_NAME = { const COMBINATION_NAME = {
"0": "Chow", "0": "Chow",
"1": "Pung", "1": "Pung",
"2": "Kong" "2": "Kong"
}; };
*/
export default class Hand{ export default class Hand{
constructor() { constructor() {
this.tiles_left = []; this.tiles_left = [];
...@@ -30,9 +30,7 @@ export default class Hand{ ...@@ -30,9 +30,7 @@ export default class Hand{
/** /**
* Check if 3 tiles of the same family consecutively (winds and dragons excluded) * Check if 3 tiles of the same family consecutively (winds and dragons excluded)
*/ */
checkChow(){ //checkChow(){}
}
/** /**
* Check if 3 tiles are the same * Check if 3 tiles are the same
...@@ -55,7 +53,5 @@ export default class Hand{ ...@@ -55,7 +53,5 @@ export default class Hand{
/** /**
* Check if 4 tiles are the same * Check if 4 tiles are the same
*/ */
checkKong(){ //checkKong(){}
}
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment