Switch upload-> update, switch damage to be a float, we can make better adjustments tomorrow and get rank wrapped up
This commit is contained in:
@@ -17,7 +17,7 @@ namespace TOOHUCardAPI.Data.Models
|
||||
public long AccountId { get; set; }
|
||||
public string Version { get; set; }
|
||||
public int Wave { get; set; }
|
||||
public long Damage { get; set; }
|
||||
public float Damage { get; set; }
|
||||
public DateTime UpdateTime { get; set; }
|
||||
public List<RankTowerEntry> TowersUsed { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user