mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-30 04:52:34 +00:00
First Commit
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import {ClientID} from "../core/Game";
|
||||
import WebSocket from 'ws';
|
||||
|
||||
|
||||
export class Client {
|
||||
constructor(public readonly id: ClientID, public readonly ws: WebSocket) { }
|
||||
}
|
||||
Reference in New Issue
Block a user