Exemple #1
0
 public static void AddString(LuaBufferPtr B, string s)
 {
     LuaLDelegates.luaL_addstring(B, s);
 }