Bringing up to date.
Brought everything up to date with 0.437.0.406875 and made some improvements.
This commit is contained in:
BIN
LibTest/Binary.rbxl
Normal file
BIN
LibTest/Binary.rbxl
Normal file
Binary file not shown.
18
LibTest/Program.cs
Normal file
18
LibTest/Program.cs
Normal 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
12249
LibTest/Xml.rbxlx
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user