Пример #1
0
 internal static void LuaPushString(IntPtr luaState, string str)
 {
     LuaInterop.LuaPushString(luaState, str);
 }