separated Lua source by client, server and shared
github desktop bugged
This commit is contained in:
@@ -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 = {}
|
||||
Reference in New Issue
Block a user