fix virtual properties on BSA classes

This commit is contained in:
Timothy Baldridge 2019-10-11 22:17:13 -06:00
parent 5306d52ff5
commit 2db167ecb0
2 changed files with 0 additions and 4 deletions

View File

@ -351,8 +351,6 @@ namespace Compression.BSA
Chunks = ba2Dx10Entry._chunks.Select(ch => new ChunkState(ch)).ToList();
}
public string Path { get; set; }
public List<ChunkState> Chunks { get; set; }
public ushort Unk16 { get; set; }
@ -497,7 +495,6 @@ namespace Compression.BSA
}
public string Extension { get; set; }
public string Path { get; set; }
public bool Compressed { get; set; }
public uint Align { get; set; }
public uint Flags { get; set; }

View File

@ -353,6 +353,5 @@ namespace Compression.BSA
}
public bool FlipCompression { get; set; }
public string Path { get; set; }
}
}