mirror of
https://github.com/MikuLeaks/KianaBH3.git
synced 2025-12-14 13:54:43 +01:00
fix: savedb for player data
This commit is contained in:
@@ -14,6 +14,6 @@ public class LineupInfo
|
||||
public string? Name { get; set; }
|
||||
public uint AstraMateId { get; set; }
|
||||
public bool IsUsingAstraMate { get; set; }
|
||||
public List<uint> AvatarIds { get; set; } = [];
|
||||
public List<uint> ElfIds { get; set; } = [];
|
||||
public List<int> AvatarIds { get; set; } = [];
|
||||
public List<int> ElfIds { get; set; } = [];
|
||||
}
|
||||
Reference in New Issue
Block a user