Pack opening
This commit is contained in:
11
SVSim.Database/Models/PackBannerEntry.cs
Normal file
11
SVSim.Database/Models/PackBannerEntry.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
|
||||
namespace SVSim.Database.Models;
|
||||
|
||||
/// <summary>One entry of <c>cardpack_banner_list</c> in /pack/info. Owned by PackConfigEntry.</summary>
|
||||
[Owned]
|
||||
public class PackBannerEntry
|
||||
{
|
||||
public string BannerName { get; set; } = string.Empty;
|
||||
public string DialogTitle { get; set; } = string.Empty;
|
||||
}
|
||||
Reference in New Issue
Block a user