data(Database) Added passive data from Twitter post
This commit is contained in:
@@ -5,6 +5,6 @@ namespace Model.Entity.Parts;
|
||||
public class EntityRequirementModel : IEntityPartInterface
|
||||
{
|
||||
public string Type { get; set; } = "EntityRequirementModel";
|
||||
public string DataType { get; set; }
|
||||
public string Id { get; set; }
|
||||
public string Requirement { get; set; } = RequirementType.Production_Building;
|
||||
}
|
||||
Reference in New Issue
Block a user