mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
fix virtual properties on BSA classes
This commit is contained in:
parent
5306d52ff5
commit
2db167ecb0
@ -351,8 +351,6 @@ namespace Compression.BSA
|
|||||||
Chunks = ba2Dx10Entry._chunks.Select(ch => new ChunkState(ch)).ToList();
|
Chunks = ba2Dx10Entry._chunks.Select(ch => new ChunkState(ch)).ToList();
|
||||||
}
|
}
|
||||||
|
|
||||||
public string Path { get; set; }
|
|
||||||
|
|
||||||
public List<ChunkState> Chunks { get; set; }
|
public List<ChunkState> Chunks { get; set; }
|
||||||
|
|
||||||
public ushort Unk16 { get; set; }
|
public ushort Unk16 { get; set; }
|
||||||
@ -497,7 +495,6 @@ namespace Compression.BSA
|
|||||||
}
|
}
|
||||||
|
|
||||||
public string Extension { get; set; }
|
public string Extension { get; set; }
|
||||||
public string Path { get; set; }
|
|
||||||
public bool Compressed { get; set; }
|
public bool Compressed { get; set; }
|
||||||
public uint Align { get; set; }
|
public uint Align { get; set; }
|
||||||
public uint Flags { get; set; }
|
public uint Flags { get; set; }
|
||||||
|
@ -353,6 +353,5 @@ namespace Compression.BSA
|
|||||||
}
|
}
|
||||||
|
|
||||||
public bool FlipCompression { get; set; }
|
public bool FlipCompression { get; set; }
|
||||||
public string Path { get; set; }
|
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user