0
0
Fork 0

Add game_code to the SendCard payload.

This commit is contained in:
Oliver-Akins 2020-12-27 13:39:39 -07:00
parent 4b2a13460d
commit b005aed669

View file

@ -45,6 +45,7 @@ interface NewHand {
team: team; team: team;
} }
interface SendCard { interface SendCard {
game_code: string;
text: string; text: string;
from: role; from: role;
team: team; team: team;