Initial Commit
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
namespace Model.Entity.Parts;
|
||||
|
||||
public class EntityTrainingCapacityModel : IEntityPartInterface
|
||||
{
|
||||
public int Slots { get; set; } = 16;
|
||||
}
|
||||
Reference in New Issue
Block a user