Bug fixes and improvements.

- Fixed an issue pertaining to implicit value casting in the property
reflection.
- Removed some unnecessary generated whitespace in the class data.
- Added some missing properties to the generated class data.
- Moved the Quaternion type into the DataTypes namespace.
This commit is contained in:
CloneTrooper1019
2019-07-03 09:48:05 -05:00
parent de8df15d3f
commit 4e1fdc0a22
9 changed files with 75 additions and 22 deletions

View File

@ -1,5 +1,4 @@
using System;
using RobloxFiles.Utility;
namespace RobloxFiles.DataTypes
{

View File

@ -1,7 +1,6 @@
using System;
using RobloxFiles.DataTypes;
namespace RobloxFiles.Utility
namespace RobloxFiles.DataTypes
{
/// <summary>
/// Quaternion is a utility used by the CFrame DataType to handle rotation interpolation.