Skip to content
This repository was archived by the owner on Sep 15, 2024. It is now read-only.

Commit 663a6ba

Browse files
Create USEFUL_TIPS.md
1 parent 1f40d21 commit 663a6ba

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.github/USEFUL_TIPS.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Useful Tips
2+
3+
## Logging packet opcodes
4+
If you don't see the opcodes, these lines of code might be commented out. Feel free to un-comment them. As of writing this I noticed there is a [Client] prefix for the client but no [Server] prefix for the server.
5+
6+
### Server packets
7+
https://github.com/GodotModules/GodotModulesCSharp/blob/4e1f6b20c99256a5ac2164b463412f64d87f942d/Scripts/Netcode/Server/GameServer.cs#L101-L103
8+
9+
### Client Packets
10+
https://github.com/GodotModules/GodotModulesCSharp/blob/4e1f6b20c99256a5ac2164b463412f64d87f942d/Scripts/Msc/GodotCommands.cs#L25-L30

0 commit comments

Comments
 (0)