[Stats, DatFile] Merge Stats into DatFile

Since statistics are something that is supposed to be inherent to Dats, this makes the most sense being inside of DatFile
This commit is contained in:
Matt Nadareski
2016-09-22 17:00:34 -07:00
parent c17744984c
commit 0ed44d0b45
5 changed files with 158 additions and 172 deletions

View File

@@ -141,7 +141,6 @@
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Mappings\Mappings.cs" />
<Compile Include="Data\Structs.cs" />
<Compile Include="Objects\Stats.cs" />
<Compile Include="Tools\Style.cs" />
<Compile Include="Data\Build.cs" />
</ItemGroup>