mirror of
https://github.com/SabreTools/SabreTools.Serialization.git
synced 2026-09-21 22:35:06 +00:00
Add dir RomVault header extension field
This commit is contained in:
@@ -341,6 +341,7 @@ namespace SabreTools.Serialization.Readers
|
||||
obj.ForceMerging = reader.GetAttribute("forcemerging").AsMergingFlag();
|
||||
obj.ForceNodump = reader.GetAttribute("forcenodump").AsNodumpFlag();
|
||||
obj.ForcePacking = reader.GetAttribute("forcepacking").AsPackingFlag();
|
||||
obj.Dir = reader.GetAttribute("dir");
|
||||
|
||||
return obj;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user