Fill out LE/LX builder

This commit is contained in:
Matt Nadareski
2023-01-11 11:44:13 -08:00
parent 4ccf80189e
commit af7ff05ecf
11 changed files with 875 additions and 119 deletions

View File

@@ -36,6 +36,6 @@ namespace BurnOutSharp.Models.LinearExecutable
/// This is a variable length string with it's length defined in bytes by
/// the LEN field. The string is case sensitive and is not null terminated.
/// </remarks>
public byte[] Name;
public string Name;
}
}