DTOs for index mostly done, doing DB models
This commit is contained in:
10
SVSim.Database/Models/CollectionInfo.cs
Normal file
10
SVSim.Database/Models/CollectionInfo.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
|
||||
namespace SVSim.Database.Models;
|
||||
|
||||
[Owned]
|
||||
public class CollectionInfo
|
||||
{
|
||||
public int CraftCost { get; set; }
|
||||
public int DustReward { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user