Files
Conversion-Test/blazor/Model/Entity/Parts/EntityResearchCapacityModel.cs
2026-05-29 14:17:46 -04:00

6 lines
142 B
C#

namespace Model.Entity.Parts;
public class EntityResearchCapacityModel : IEntityPartInterface
{
public int Slots { get; set; } = 16;
}