cleanup
This commit is contained in:
@@ -1,4 +1,3 @@
|
|||||||
import type { RefSymbol } from "@vue/reactivity"
|
|
||||||
import { type Card, create_card, type CardNetcode } from "./Card"
|
import { type Card, create_card, type CardNetcode } from "./Card"
|
||||||
import { type Effect, create_effect, type EffectNetcode } from "./Effect"
|
import { type Effect, create_effect, type EffectNetcode } from "./Effect"
|
||||||
import { type Game, create_game, type GameNetcode } from "./Game"
|
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 Team, create_team, type TeamNetcode } from "./Team"
|
||||||
import { type Turn, create_turn } from "./Turn"
|
import { type Turn, create_turn } from "./Turn"
|
||||||
|
|
||||||
import { isReactive } from "vue"
|
|
||||||
|
|
||||||
export const socket = new WebSocket("ws://127.0.0.1:8765")
|
export const socket = new WebSocket("ws://127.0.0.1:8765")
|
||||||
|
|
||||||
export class GameObjectRegister {
|
export class GameObjectRegister {
|
||||||
|
|||||||
Reference in New Issue
Block a user