Fixes extractor not working post merge
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -78,6 +78,7 @@ namespace _2DGAMELIB
|
||||
public bool Dra = true;
|
||||
public bool Hit = true;
|
||||
private bool closed;
|
||||
public bool IsClosed => closed;
|
||||
|
||||
public PartGroup GetParent()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user