More features

This commit is contained in:
gamer147
2026-05-23 14:18:01 -04:00
parent b2024af852
commit 6b70850b7b
59 changed files with 862 additions and 42033 deletions

View File

@@ -6,5 +6,5 @@ namespace SVSim.EmulatedEntrypoint.Models.Dtos;
public class EmblemIdentifier
{
[Key("emblem_id")]
public int EmblemId { get; set; }
public long EmblemId { get; set; }
}