Move LuaUserData and registration into a proper service

This commit is contained in:
Evil Factory
2026-02-01 00:44:25 -03:00
committed by Maplewheels
parent 9b9529107c
commit 5777b64a18
17 changed files with 908 additions and 1189 deletions
@@ -58,10 +58,4 @@ public interface ILuaScriptManagementService : IReusableService
#endregion
#region Type_Registration
IUserDataDescriptor RegisterType(Type type);
void UnregisterType(Type type);
#endregion
}