A C# library designed to make it easy to create and manipulate files in Roblox's model/place file format.
Go to file
CloneTrooper1019 4e15b2a635 Allow cleaned up NuGet packages through .gitignore
NuGet packages tend to be installed with a lot of unnecessary dependencies, but I was able to clean it up manually through the csproj file. This should allow the project to work correctly out of the box, without needing to install the lz4 package manually.
2019-02-01 10:53:01 -06:00
BinaryFormat Switch Reserved from int to byte[] 2019-01-31 04:53:28 -06:00
Core Add support for XML files. 2019-01-30 00:36:56 -06:00
DataTypes Removed debug code from static BrickColor initializer 2019-01-31 04:58:10 -06:00
Packages Allow cleaned up NuGet packages through .gitignore 2019-02-01 10:53:01 -06:00
Properties Initial commit. 2019-01-25 18:39:37 -06:00
XmlFormat Use the Value of Nullable<T> for these XML properties. 2019-02-01 10:15:55 -06:00
.gitattributes Initial commit 2019-01-25 18:36:02 -06:00
.gitignore Allow cleaned up NuGet packages through .gitignore 2019-02-01 10:53:01 -06:00
packages.config Initial commit. 2019-01-25 18:39:37 -06:00
RobloxFileFormat.csproj Allow cleaned up NuGet packages through .gitignore 2019-02-01 10:53:01 -06:00
RobloxFileFormat.sln Initial commit. 2019-01-25 18:39:37 -06:00
UnitTest.cs Generally working out the library's flow. 2019-01-29 03:50:55 -06:00