Bringing up to date.

Brought everything up to date with 0.437.0.406875 and made some improvements.
This commit is contained in:
CloneTrooper1019
2020-06-21 20:02:36 -05:00
parent e5f6852e7a
commit 5f4d3e16d2
16 changed files with 12822 additions and 257 deletions

BIN
LibTest/Binary.rbxl Normal file

Binary file not shown.

18
LibTest/Program.cs Normal file
View File

@ -0,0 +1,18 @@
using System;
using System.Diagnostics;
namespace RobloxFiles
{
internal static class Program
{
[STAThread]
static void Main(string[] args)
{
RobloxFile bin = RobloxFile.Open(@"LibTest\Binary.rbxl");
Debugger.Break();
RobloxFile xml = RobloxFile.Open(@"LibTest\Xml.rbxlx");
Debugger.Break();
}
}
}

12249
LibTest/Xml.rbxlx Normal file

File diff suppressed because it is too large Load Diff