Fixed lua attempting to invoke the base interface type.
This commit is contained in:
+1
-1
@@ -369,7 +369,7 @@ class LuaScriptManagementService : ILuaScriptManagementService, ILuaDataService,
|
|||||||
UserData.RegisterType(typeof(INetworkingService));
|
UserData.RegisterType(typeof(INetworkingService));
|
||||||
UserData.RegisterType(typeof(ILuaConfigService));
|
UserData.RegisterType(typeof(ILuaConfigService));
|
||||||
|
|
||||||
UserData.RegisterType(typeof(ISettingBase));
|
//UserData.RegisterType(typeof(ISettingBase));
|
||||||
|
|
||||||
Type[] settingBaseTypes = [
|
Type[] settingBaseTypes = [
|
||||||
typeof(ISettingBase<bool>),
|
typeof(ISettingBase<bool>),
|
||||||
|
|||||||
Reference in New Issue
Block a user