Example #1
0
 public void SetMetatable(LuaRuntime runtime, LuaTable mt)
 {
     runtime.SetMetatable(mt, this);
 }