you can now load submarines dynamically and load them into the lobby screen and added entity spawner

This commit is contained in:
Evil Factory
2021-10-01 12:41:58 -03:00
parent 1da9b5870c
commit 6345166742
7 changed files with 41 additions and 6 deletions

View File

@@ -17,7 +17,7 @@ function Networking.RequestPostHTTP(url, callback, textData, contentType) end
function Networking.RequestGetHTTP(url, callback) end
--- Creates a new net message, returns an IWriteMessage
-- treturn IWriteMessage netMessage
-- @treturn IWriteMessage netMessage
-- @realm shared
function Networking.Start(netMessageName) end