IT BUILDS!!!

- Removed LocalizationServices and other sus things.
- Rewrote AssemblyLoader
[In Progress] SafeStorageService
[In Progress] LuaScriptLoader
This commit is contained in:
MapleWheels
2025-03-30 06:20:45 -04:00
committed by Maplewheels
parent 52d920d969
commit c6713f37bb
67 changed files with 3336 additions and 1283 deletions
@@ -25,6 +25,8 @@ public interface ILuaDataService : ILuaService
/// <summary>
/// Returns stored table data for the given object or creates a new table if one doesn't exist.
/// </summary>
/// <remarks>Note: tables are stored using weak references and will be automatically deleted when the object is
/// garbage collected.</remarks>
/// <param name="obj"></param>
/// <param name="tableName"></param>
/// <returns></returns>