Significant tidy-up. Update msg_template and add new ObjectAnimation message. Tidy up imports. Added buffer overrun check to the packet decoders since the message template doesn't seem to always correspond with what we receive (Specifically, MapBlockReply's new Size parameter)
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import {UUID} from './UUID';
|
||||
import { UUID } from './UUID';
|
||||
|
||||
export class Wearable
|
||||
{
|
||||
itemID: UUID;
|
||||
assetID: UUID;
|
||||
wearableType: number;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user