We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efb8e34 commit 0ebe93aCopy full SHA for 0ebe93a
1 file changed
HashifyNETCLI/Core/ScriptEngine.cs
@@ -87,7 +87,7 @@ private static void CleanAndRegister(Lua state, string name, object target, Meth
87
state.RegisterFunction(name, target, method);
88
}
89
90
- public static void PushLuaVariables(Lua state, object instance)
+ private static void PushLuaVariables(Lua state, object instance)
91
{
92
Type type = instance.GetType();
93
0 commit comments