add WS client in frontend, start work on play website
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
export function handleGameStarted(data) {
|
||||
throw new Error("todo");
|
||||
}
|
||||
|
||||
export function handleCodeGameCreated(data) {
|
||||
throw new Error("todo");
|
||||
}
|
||||
|
||||
export function handleP2Connected(data) {
|
||||
throw new Error("todo");
|
||||
}
|
||||
Reference in New Issue
Block a user