Commit d3f66ac6 authored by Zohten's avatar Zohten

minor change

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