Updated Dumps & Dumpers

This commit is contained in:
phoriah
2026-01-04 04:39:47 +02:00
parent ab4ba5afc4
commit 5a779f7371
10 changed files with 214 additions and 80 deletions

View File

@@ -102,7 +102,7 @@ def fetch_api(version_hash=None):
value_category = member["ValueType"]["Category"]
if value_category == "Enum":
value_type = member["ValueType"]["Name"]
if value_type == enum_type:
if value_type == enum_type: # value_type != "RolloutState" and
s += f"{real_member_name} -> {member_name} {{POTENTIAL PROXY}}\n"
if len(s) != prev_len: