Pack logic cleanup
This commit is contained in:
9
SVSim.Database/Models/Config/PlayerConfig.cs
Normal file
9
SVSim.Database/Models/Config/PlayerConfig.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
|
||||
namespace SVSim.Database.Models.Config;
|
||||
|
||||
[Owned]
|
||||
public class PlayerConfig
|
||||
{
|
||||
public int MaxFriends { get; set; } = 20;
|
||||
}
|
||||
Reference in New Issue
Block a user