fix(Database) Fixed refresh bug. Fixed wrong data in database
This commit is contained in:
@@ -4,7 +4,6 @@ namespace Model.Immortal.Entity.Parts;
|
||||
|
||||
public class EntityRequirementModel : IEntityPartInterface {
|
||||
public string Type { get; set; } = "EntityRequirementModel";
|
||||
public string Name { get; set; } = "";
|
||||
public string DataType { get; set; }
|
||||
public string Requirement { get; set; } = RequirementType.Production_Building;
|
||||
}
|
||||
Reference in New Issue
Block a user