forked from FakeFishGames/Barotrauma
-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added IReadMessage and IWriteMessage plus some enums to the documenta…
…tion
- Loading branch information
1 parent
fb725f9
commit 38f8e26
Showing
4 changed files
with
42 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
-- luacheck: ignore 111 | ||
|
||
--[[-- | ||
Barotrauma.Networking.IReadMessage | ||
]] | ||
-- @code IReadMessage | ||
-- @pragma nostrip | ||
local IReadMessage = {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
-- luacheck: ignore 111 | ||
|
||
--[[-- | ||
Barotrauma.Networking.IWriteMessage | ||
]] | ||
-- @code IWriteMessage | ||
-- @pragma nostrip | ||
local IWriteMessage = {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters