Rename method
This commit is contained in:
parent
04a0780225
commit
73fb548707
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ export class Team {
|
|||
*
|
||||
* @param question The question that is being asked
|
||||
*/
|
||||
public askSpiritQuestion(question: string) {
|
||||
public askSpirit(question: string) {
|
||||
this._hand.writer.push(question);
|
||||
this.removeCard(question);
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue