6 lines
142 B
C#
6 lines
142 B
C#
namespace Model.Entity.Parts;
|
|
|
|
public class EntityTrainingCapacityModel : IEntityPartInterface
|
|
{
|
|
public int Slots { get; set; } = 16;
|
|
} |