Implement vampire survivor records

This commit is contained in:
Melledy
2025-11-14 18:12:07 -08:00
parent 300d51aaf2
commit 30d0dfbaee
9 changed files with 165 additions and 17 deletions
@@ -8,6 +8,8 @@ import lombok.Getter;
@ResourceType(name = "VampireSurvivor.json")
public class VampireSurvivorDef extends BaseDef {
private int Id;
private int Mode;
private int NeedWorldClass;
@Override
public int getId() {