示例#1
0
 public static void PushValue(IntPtr ptr, LuaCSFunction f)
 {
     LuaState.PushCSFunction(ptr, f);
 }