local _CLASS_Counter_ = {
COUNT = 10,
MIN = 0,
max = 9223372036854775807,
create_table = function(self) end,
fetch = function(self, url) end,
get = function(self) end,
increment = function(self) end,
__metatable = {
__index = function(param1, param2) end,
__newindex = function(param1, param2, param3) end,
__tostring = function(self) end,
}
}