0
0
Fork 0

Add resetHand method for teams

This commit is contained in:
Oliver-Akins 2021-01-23 12:35:42 -07:00
parent 865c454589
commit e8a44d16d5

View file

@ -36,6 +36,14 @@ export class Team {
};
public resetHand(): void {
/**
* Removes all the cards from the guesser's hand
*/
this._hand = [];
}
public removeCard(question: string) {
/**
* Removes the given question from the medium's hand