mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-23 18:57:13 +00:00
refactored GameImpl into multiple files
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
import {z} from 'zod';
|
||||
import {PlayerType} from './Game';
|
||||
import {PlayerType} from './game/Game';
|
||||
|
||||
export type GameID = string
|
||||
export type ClientID = string
|
||||
|
||||
Reference in New Issue
Block a user