mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[ALL] Convert Dat from a struct to an object
This effectively doesn't do much for the time being since there's only one "Dat type" that's being used. Realistically, this is probably the best bet since a given DAT should not be restricted to an output type as much as an ItemType is bound to its data. This also removes the experimental classes that won't be in use for forever. More work still might need to be done but it is unknown at this point.
This commit is contained in:
@@ -103,6 +103,7 @@
|
||||
<Compile Include="Objects\DATFromDir.cs" />
|
||||
<Compile Include="Objects\DatObjects\Archive.cs" />
|
||||
<Compile Include="Objects\DatObjects\BiosSet.cs" />
|
||||
<Compile Include="Objects\DatObjects\DatFile.cs" />
|
||||
<Compile Include="Objects\DatObjects\DatItem.cs" />
|
||||
<Compile Include="Objects\DatObjects\Disk.cs" />
|
||||
<Compile Include="Objects\DatObjects\Release.cs" />
|
||||
@@ -145,9 +146,7 @@
|
||||
<Compile Include="Objects\Logger.cs" />
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
<Compile Include="Mappings\Mappings.cs" />
|
||||
<Compile Include="Tools\DatTools.cs" />
|
||||
<Compile Include="Data\Structs.cs" />
|
||||
<Compile Include="Tools\FileToolsHash.cs" />
|
||||
<Compile Include="Objects\Stats.cs" />
|
||||
<Compile Include="Tools\Style.cs" />
|
||||
<Compile Include="Data\Build.cs" />
|
||||
|
||||
Reference in New Issue
Block a user