Stuff works

This commit is contained in:
gamer147
2024-09-08 10:27:12 -04:00
parent 7e4bce9ac5
commit ac3b002d74
14 changed files with 157 additions and 87 deletions

View File

@@ -6,9 +6,9 @@ namespace SVSim.EmulatedEntrypoint.Models.Dtos;
public class DataHeaders
{
[Key("short_udid")]
public int ShortUdid { get; set; }
public ulong ShortUdid { get; set; }
[Key("viewer_id")]
public int ViewerId { get; set; }
public ulong ViewerId { get; set; }
[Key("sid")]
public string Sid { get; set; }
[Key("servertime")]