Skip to content

Commit

Permalink
cache: add varp ScriptVarType
Browse files Browse the repository at this point in the history
  • Loading branch information
abextm committed Nov 14, 2024
1 parent 65ae77c commit 6470a2b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ public enum ScriptVarType
HITMARK(62, '×', "hitmark"),
STRUCT(73, 'J', "struct"),
DBROW(74, 'Ð', "dbrow"),
VARP(209, '7', "varp"),
;

private static final Map<Integer, ScriptVarType> idToTypeMap = new HashMap<>();
Expand Down

0 comments on commit 6470a2b

Please sign in to comment.