File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -32,8 +32,8 @@ Example Usage Lua5.4.6:
3232// ...
3333// <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
3434// </PropertyGroup>
35- using Lua54 ;
36- using static Lua54 .Lua ;
35+ using LuaNET . Lua54 ;
36+ using static LuaNET . Lua54 .Lua ;
3737
3838namespace TestLua ;
3939
@@ -73,8 +73,8 @@ Example Usage LuaJIT:
7373// ...
7474// <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
7575// </PropertyGroup>
76- using LuaJIT ;
77- using static LuaJIT .Lua ;
76+ using LuaNET . LuaJIT ;
77+ using static LuaNET . LuaJIT .Lua ;
7878
7979namespace TestLua ;
8080
@@ -121,8 +121,8 @@ Example Usage NativeAOT DLL Library:
121121// I use the publish one
122122
123123using System .Runtime .InteropServices ;
124- using LuaJIT ;
125- using static LuaJIT .Lua ;
124+ using LuaNET . LuaJIT ;
125+ using static LuaNET . LuaJIT .Lua ;
126126
127127namespace TestLua ;
128128
@@ -157,8 +157,8 @@ public unsafe class Test3
157157// ...
158158// <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
159159// </PropertyGroup>
160- using LuaJIT ;
161- using static LuaJIT .Lua ;
160+ using LuaNET . LuaJIT ;
161+ using static LuaNET . LuaJIT .Lua ;
162162
163163namespace test4 ;
164164
You can’t perform that action at this time.
0 commit comments