UNPKG

@gwigz/homunculus-core

Version:

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

4 lines (3 loc) 228 B
import { PacketBuffer } from "../../network"; import type { Entity, EntityOptions } from "../../structures"; export declare function updateEntityFromTerseObjectUpdate(entity: Entity | EntityOptions, buffer: PacketBuffer): void;