Commit d3f66ac6 authored by Zohten's avatar Zohten

minor change

parent 174868b3
import Tile from '@/model/Tile.js' import Tile from '@/model/Tile.js'
export default class Hand{ export default class Hand{
constructor(initial_draw) { constructor() {
this.tiles_left = initial_draw; this.tiles_left = [];
this.claimed =[]; this.claimed =[];
} }
......
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