Beispiel #1
0
 public static void NewMetatable(ScriptState luaState, string name)
 {
     ScriptApi.NewMetatable(luaState, name);
 }