UNPKG

@gwigz/homunculus-core

Version:

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

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