Users hand registered

This commit is contained in:
2022-08-01 20:37:06 +02:00
parent 64ff246b5b
commit 8fd6c532c5
2 changed files with 10 additions and 6 deletions

View File

@@ -61,7 +61,7 @@ namespace LaDOSE.Business.Provider.SmashProvider
{
public int id { get; set; }
public string gamerTag { get; set; }
public UserType user { get; set; }
public UserType? user { get; set; }
}
public class UserType
{