mirror of
https://github.com/AIR-EISTI/hades.git
synced 2026-05-11 02:49:12 +02:00
Retrieving server info on load Server info live update with WS Better style
4 lines
61 B
TypeScript
4 lines
61 B
TypeScript
export class SocketMessage {
|
|
event: String;
|
|
data: any;
|
|
}
|