Pack logic cleanup
This commit is contained in:
12
SVSim.Database/Models/Config/DefaultGrantsConfig.cs
Normal file
12
SVSim.Database/Models/Config/DefaultGrantsConfig.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
|
||||
namespace SVSim.Database.Models.Config;
|
||||
|
||||
/// <summary>Per-viewer-registration default currency grants.</summary>
|
||||
[Owned]
|
||||
public class DefaultGrantsConfig
|
||||
{
|
||||
public ulong Crystals { get; set; } = 50000;
|
||||
public ulong Rupees { get; set; } = 50000;
|
||||
public ulong Ether { get; set; } = 50000;
|
||||
}
|
||||
Reference in New Issue
Block a user