Finished playerdata endpoint aside from donation stuff and bug testing, moved what controllers use out to services
This commit is contained in:
@@ -20,6 +20,8 @@ namespace TOOHUCardAPI.Data.Models
|
||||
public int Point { get; set; }
|
||||
public DateTime LastFirstWin { get; set; }
|
||||
public int PowerMaxTotal { get; set; }
|
||||
public string PetModel { get; set; }
|
||||
public string PetEffect { get; set; }
|
||||
public List<EncodedCardGroup> EncodedCardGroups { get; set; }
|
||||
public List<CardLevel> CardLevels { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user