This commit is contained in:
2024-04-25 20:54:40 +02:00
parent 5f4df966c4
commit 6e9077404a
-3
View File
@@ -1,4 +1,3 @@
import type { RefSymbol } from "@vue/reactivity"
import { type Card, create_card, type CardNetcode } from "./Card"
import { type Effect, create_effect, type EffectNetcode } from "./Effect"
import { type Game, create_game, type GameNetcode } from "./Game"
@@ -7,8 +6,6 @@ import { type Player, create_player, type PlayerNetcode } from "./Player"
import { type Team, create_team, type TeamNetcode } from "./Team"
import { type Turn, create_turn } from "./Turn"
import { isReactive } from "vue"
export const socket = new WebSocket("ws://127.0.0.1:8765")
export class GameObjectRegister {