Fixed some bugs, generally refining stuff.
This commit is contained in:
@ -69,10 +69,10 @@
|
||||
<Compile Include="BinaryFormat\ChunkTypes\META.cs" />
|
||||
<Compile Include="BinaryFormat\ChunkTypes\PRNT.cs" />
|
||||
<Compile Include="BinaryFormat\ChunkTypes\PROP.cs" />
|
||||
<Compile Include="Core\Enums.cs" />
|
||||
<Compile Include="Core\Property.cs" />
|
||||
<Compile Include="Core\Instance.cs" />
|
||||
<Compile Include="Core\RobloxFile.cs" />
|
||||
<Compile Include="Tree\Enums.cs" />
|
||||
<Compile Include="Tree\Property.cs" />
|
||||
<Compile Include="Tree\Instance.cs" />
|
||||
<Compile Include="RobloxFile.cs" />
|
||||
<Compile Include="DataTypes\Axes.cs" />
|
||||
<Compile Include="DataTypes\BrickColor.cs" />
|
||||
<Compile Include="DataTypes\CFrame.cs" />
|
||||
@ -86,6 +86,8 @@
|
||||
<Compile Include="DataTypes\PhysicalProperties.cs" />
|
||||
<Compile Include="DataTypes\Ray.cs" />
|
||||
<Compile Include="DataTypes\Region3int16.cs" />
|
||||
<Compile Include="Interfaces\IRobloxFile.cs" />
|
||||
<Compile Include="Interfaces\IXmlPropertyToken.cs" />
|
||||
<Compile Include="Utility\BrickColors.cs" />
|
||||
<Compile Include="DataTypes\Vector3int16.cs" />
|
||||
<Compile Include="DataTypes\Rect.cs" />
|
||||
@ -97,6 +99,7 @@
|
||||
<Compile Include="Utility\MaterialInfo.cs" />
|
||||
<Compile Include="Utility\Quaternion.cs" />
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
<Compile Include="XmlFormat\PropertyTokens\Vector3int16.cs" />
|
||||
<Compile Include="XmlFormat\XmlPropertyTokens.cs" />
|
||||
<Compile Include="XmlFormat\XmlDataReader.cs" />
|
||||
<Compile Include="XmlFormat\XmlRobloxFile.cs" />
|
||||
|
Reference in New Issue
Block a user