1
0
Fork 0
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:
Robin Appelman 2017-08-12 16:17:38 +02:00
commit a979cf6b83
5 changed files with 60 additions and 13 deletions

View file

@ -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 {