Register IConfigService and add back some missing APIs

This commit is contained in:
Evil Factory
2026-04-08 15:32:31 -03:00
parent 1294ba6dec
commit d440ccbce2
4 changed files with 52 additions and 0 deletions
@@ -366,6 +366,7 @@ class LuaScriptManagementService : ILuaScriptManagementService, ILuaDataService,
UserData.RegisterType(typeof(IResourceInfo));
UserData.RegisterType(typeof(IUserDataDescriptor));
UserData.RegisterType(typeof(INetworkingService));
UserData.RegisterType(typeof(IConfigService));
new LuaConverters(this).RegisterLuaConverters();