feat(Documents) Notes/Docs page improvements and warning cleanup
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
using Model.Immortal.Types;
|
||||
using Model.Types;
|
||||
|
||||
namespace Model.Immortal.Entity.Parts;
|
||||
namespace Model.Entity.Parts;
|
||||
|
||||
public class EntityRequirementModel : IEntityPartInterface {
|
||||
public class EntityRequirementModel : IEntityPartInterface
|
||||
{
|
||||
public string Type { get; set; } = "EntityRequirementModel";
|
||||
public string DataType { get; set; }
|
||||
public string Requirement { get; set; } = RequirementType.Production_Building;
|
||||
|
||||
Reference in New Issue
Block a user