Files
2025-08-13 09:26:42 +08:00

7 lines
135 B
C#

using System;
namespace LuaInterface
{
public delegate string LuaChunkReader(IntPtr luaState, ref ReaderInfo data, ref uint size);
}