mirror of
https://github.com/asphyxia-core/plugins.git
synced 2026-03-22 09:54:43 -05:00
10 lines
143 B
TypeScript
10 lines
143 B
TypeScript
|
|
export interface MatchingRoom{
|
|
gameID: number;
|
|
gip: string;
|
|
lip: string;
|
|
port: number;
|
|
filter: number;
|
|
sec: number;
|
|
}
|