Update Viking.cs

This commit is contained in:
HaiFire3344 2024-12-07 21:49:09 -05:00 committed by GitHub
parent c3ccccf044
commit 1d1a599079
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -43,4 +43,5 @@ public class Viking {
public DateTime? CreationDate { get; set; }
public DateTime? BirthDate { get; set; }
public Gender? Gender { get; set; }
public uint? GameVersion { get; set; }
}