vars and target-typed new

This commit is contained in:
Kwoth
2021-12-20 00:15:39 +01:00
parent ee33313519
commit cd379fd308
75 changed files with 198 additions and 198 deletions

View File

@@ -9,7 +9,7 @@ public class ClubInfo : DbEntity
public string Name { get; set; }
public int Discrim { get; set; }
public string ImageUrl { get; set; } = "";
public string ImageUrl { get; set; } = string.Empty;
public int MinimumLevelReq { get; set; } = 5;
public int Xp { get; set; } = 0;