Restore useSound and add looping spatial emitSound
This commit is contained in:
@@ -15,6 +15,7 @@ export type WorldItem = {
|
||||
updatedAt: number;
|
||||
version: number;
|
||||
capabilities: string[];
|
||||
useSound?: string;
|
||||
emitSound?: string;
|
||||
params: Record<string, unknown>;
|
||||
carrierId?: string | null;
|
||||
|
||||
Reference in New Issue
Block a user