Seeding reorg
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
|
||||
namespace SVSim.Database.Models.Config;
|
||||
|
||||
[Owned]
|
||||
[ConfigSection("Player")]
|
||||
public class PlayerConfig
|
||||
{
|
||||
public int MaxFriends { get; set; } = 20;
|
||||
|
||||
public static PlayerConfig ShippedDefaults() => new();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user