예제 #1
0
 internal static void LuaPushBoolean(IntPtr luaState, int value)
 {
     LuaInterop.LuaPushBoolean(luaState, value);
 }