LLSettings/LLMesh fixes, also upload cost fix

This commit is contained in:
Casper Warden
2024-11-25 16:55:55 +00:00
parent 4347fbe4b5
commit 3870861b0a
18 changed files with 1011 additions and 527 deletions

View File

@@ -6,4 +6,6 @@ export abstract class LLSDObject
}
public abstract toJSON(): unknown;
[key: string]: unknown;
}