renowned_jam/match.lua

24 lines
287 B
Lua

local _matches = {}
local _lobby_players = {}
function renowned_jam.join_lobby(player)
end
function renowned_jam.player_leave(player)
end
function renowned_jam.new_match(players)
end
function renowned_jam.join_match(players)
end
function renowned_jam.start_match(players)
end