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

7 lines
95 B
C#

using System;
namespace LuaInterface
{
public delegate int LuaCSFunction(IntPtr luaState);
}