Lots of data and model setup
This commit is contained in:
@@ -6,9 +6,9 @@ namespace SVSim.EmulatedEntrypoint.Models.Dtos.Internal;
|
||||
public class DataHeaders
|
||||
{
|
||||
[Key("short_udid")]
|
||||
public ulong ShortUdid { get; set; }
|
||||
public long ShortUdid { get; set; }
|
||||
[Key("viewer_id")]
|
||||
public ulong ViewerId { get; set; }
|
||||
public long ViewerId { get; set; }
|
||||
[Key("sid")]
|
||||
public string Sid { get; set; }
|
||||
[Key("servertime")]
|
||||
|
||||
Reference in New Issue
Block a user