Update Viking.cs

This commit is contained in:
HaiFire3344 2025-07-05 21:35:01 -04:00 committed by GitHub
parent 4dadd43680
commit 0a1e578f4e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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