mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-07 20:36:00 +00:00
add prettier import plugin
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import { Logger } from "winston";
|
||||
import { ServerConfig } from "../core/configuration/Config";
|
||||
import { Difficulty, GameMapType, GameMode, GameType } from "../core/game/Game";
|
||||
import { GameConfig, GameID } from "../core/Schemas";
|
||||
import { Client } from "./Client";
|
||||
import { GamePhase, GameServer } from "./GameServer";
|
||||
import { Difficulty, GameMapType, GameMode, GameType } from "../core/game/Game";
|
||||
import { Logger } from "winston";
|
||||
|
||||
export class GameManager {
|
||||
private games: Map<GameID, GameServer> = new Map();
|
||||
|
||||
Reference in New Issue
Block a user