@gwigz/homunculus-core
Version:
A third-party framework for interacting with Linden Lab's virtual world "Second Life"
13 lines (12 loc) • 323 B
TypeScript
export * from "./agent";
export * from "./agents";
export * from "./entities";
export * from "./entity";
export * from "./friend";
export * from "./friends";
export * from "./instant-messages";
export * from "./nearby";
export * from "./parcel";
export * from "./region";
export * from "./regions";
export * from "./self";