Skip to content

Commit 0ebe93a

Browse files
authored
Change access modifier of PushLuaVariables method
1 parent efb8e34 commit 0ebe93a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

HashifyNETCLI/Core/ScriptEngine.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ private static void CleanAndRegister(Lua state, string name, object target, Meth
8787
state.RegisterFunction(name, target, method);
8888
}
8989

90-
public static void PushLuaVariables(Lua state, object instance)
90+
private static void PushLuaVariables(Lua state, object instance)
9191
{
9292
Type type = instance.GetType();
9393

0 commit comments

Comments
 (0)