mollersuite/mollermethod

Tags v2

Jack5079 opened this issue · 0 comments

local api = ...
local Tag = api.Tag

local furries = Tag {
  Name = "Furries",
  Filter = function (player)
    return 0 -- TODO
  end
}


return {
  furries -- and you can export it just like a method
}