remove deprecated

This commit is contained in:
maji
2025-12-29 19:55:36 +07:00
parent 38c4bb410c
commit 5751e1c229
16 changed files with 2 additions and 281 deletions

View File

@@ -84,6 +84,7 @@ for (const c of data.Classes) {
// Add properties
for (const prop of c.Properties) {
if (prop.IsObsolete) continue
obj.Properties.push({
...prop,
Description: existingDescriptions.Properties[prop.Name] || "Missing Documentation"