import {Packet} from '@avocado/net'; export class LayerUpdateTilesetUriPacket extends Packet { static get schema() { return { data: 'string', }; } }