mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-11 13:58:10 +00:00
add prettier import plugin
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
import { createGameRunner, GameRunner } from "../GameRunner";
|
||||
import { GameUpdateViewData } from "../game/GameUpdates";
|
||||
import {
|
||||
MainThreadMessage,
|
||||
WorkerMessage,
|
||||
InitializedMessage,
|
||||
MainThreadMessage,
|
||||
PlayerActionsResultMessage,
|
||||
PlayerProfileResultMessage,
|
||||
PlayerBorderTilesResultMessage,
|
||||
PlayerProfileResultMessage,
|
||||
WorkerMessage,
|
||||
} from "./WorkerMessages";
|
||||
|
||||
const ctx: Worker = self as any;
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
import {
|
||||
PlayerActions,
|
||||
PlayerBorderTiles,
|
||||
PlayerID,
|
||||
PlayerProfile,
|
||||
PlayerBorderTiles,
|
||||
} from "../game/Game";
|
||||
import { ErrorUpdate, GameUpdateViewData } from "../game/GameUpdates";
|
||||
import { ClientID, GameStartInfo, Turn } from "../Schemas";
|
||||
|
||||
@@ -1,16 +1,11 @@
|
||||
import { GameUpdateViewData } from "../game/GameUpdates";
|
||||
import {
|
||||
ClientID,
|
||||
Turn,
|
||||
ServerStartGameMessage,
|
||||
GameStartInfo,
|
||||
} from "../Schemas";
|
||||
import {
|
||||
PlayerActions,
|
||||
PlayerBorderTiles,
|
||||
PlayerID,
|
||||
PlayerProfile,
|
||||
PlayerBorderTiles,
|
||||
} from "../game/Game";
|
||||
import { GameUpdateViewData } from "../game/GameUpdates";
|
||||
import { ClientID, GameStartInfo, Turn } from "../Schemas";
|
||||
|
||||
export type WorkerMessageType =
|
||||
| "heartbeat"
|
||||
|
||||
Reference in New Issue
Block a user