Fixes extractor not working post merge

This commit is contained in:
2026-06-14 19:12:05 +02:00
parent a657d6ed1c
commit e3f9c1cc52
3 changed files with 37 additions and 34 deletions

View File

@@ -7,8 +7,10 @@ using System.IO;
namespace _2DGAMELIB
{
[Serializable]
public class BodyTemplate
public class BodyTemplate
{
public string Tag = ""; // I didn't remove this, but it has been removed on merging my changes? What? - REDCODE
public OrderedDictionary<string, VariantGrid> Difss = new OrderedDictionary<string, VariantGrid>();
private VariantGrid r;

View File

@@ -78,6 +78,7 @@ namespace _2DGAMELIB
public bool Dra = true;
public bool Hit = true;
private bool closed;
public bool IsClosed => closed;
public PartGroup GetParent()
{