separated Lua source by client, server and shared

github desktop bugged
This commit is contained in:
Evil Factory
2021-09-15 12:59:19 -03:00
parent 5678f81326
commit 4075e71f7a
12 changed files with 750 additions and 612 deletions

View File

@@ -34,4 +34,9 @@ function Client.Unban(player, endpoint) end
--- List of all connected clients.
-- @treturn table
-- @realm shared
Client.ClientList = {}
Client.ClientList = {}
--- The Character that the client is currently controlling.
-- @treturn Character
-- @realm shared
Character = {}