Optimized .waifuinfo

This commit is contained in:
Kwoth
2022-11-15 22:45:00 +01:00
parent 9ce2837f5a
commit 8a6edc17e4
5 changed files with 46 additions and 46 deletions

View File

@@ -7,7 +7,7 @@ public class WaifuInfo : DbEntity
{
public int WaifuId { get; set; }
public DiscordUser Waifu { get; set; }
public int? ClaimerId { get; set; }
public DiscordUser Claimer { get; set; }

View File

@@ -7,4 +7,4 @@ public class WaifuItem : DbEntity
public int? WaifuInfoId { get; set; }
public string ItemEmoji { get; set; }
public string Name { get; set; }
}
}