send emojis working!

This commit is contained in:
evanpelle
2024-10-04 20:17:27 -07:00
parent 5ca7a146c6
commit df28ee169f
6 changed files with 17 additions and 23 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
import {AllPlayers, Emoji, Execution, MutableGame, MutablePlayer, PlayerID} from "../game/Game";
import {AllPlayers, Execution, MutableGame, MutablePlayer, PlayerID} from "../game/Game";
export class EmojiExecution implements Execution {
@@ -10,7 +10,7 @@ export class EmojiExecution implements Execution {
constructor(
private senderID: PlayerID,
private recipientID: PlayerID | typeof AllPlayers,
private emoji: Emoji
private emoji: string
) { }