Convert datatypes to classes instead of structs.

This commit is contained in:
CloneTrooper1019
2019-02-01 12:40:39 -06:00
parent 795018e243
commit f7184eb8f8
35 changed files with 182 additions and 169 deletions

View File

@ -5,12 +5,11 @@ using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("RobloxFiles")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyTitle("Roblox File Format")]
[assembly: AssemblyDescription("Implementation of Roblox's File Format in C# for .NET 4.0")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("RobloxFiles")]
[assembly: AssemblyCopyright("Copyright © 2019")]
[assembly: AssemblyCompany("Written by CloneTrooper1019")]
[assembly: AssemblyProduct("Roblox File Format")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]