UNPKG

@gwigz/homunculus-core

Version:

A third-party framework for interacting with Linden Lab's virtual world "Second Life"

14 lines (13 loc) 457 B
/** * This file is used to help our packet serialization and deserialization * process, and to create new packets on the fly. * * ⚠️ Do not edit this file manually, it is generated by the `codegen` script! * * @see {@link http://wiki.secondlife.com/wiki/Message_Layout} */ import { type PacketMetadata } from "../../network"; export declare class PacketLookup { private static list; static find(id: number): PacketMetadata | undefined; }