mirror of
https://github.com/demostf/demo.js
synced 2026-06-04 00:54:14 +02:00
encoder for classInfo
This commit is contained in:
parent
3d0aee619e
commit
a979cf6b83
5 changed files with 60 additions and 13 deletions
|
|
@ -35,11 +35,11 @@ export interface ClassInfoPacket {
|
|||
packetType: 'classInfo';
|
||||
number: number;
|
||||
create: boolean;
|
||||
entries: Array<{
|
||||
entries: {
|
||||
classId: number;
|
||||
className: string;
|
||||
dataTableName: string;
|
||||
}>;
|
||||
}[];
|
||||
}
|
||||
|
||||
export interface EntityMessagePacket {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue