more networking

This commit is contained in:
Beric Bearnson
2024-08-14 17:26:51 -06:00
parent f9c8464ecd
commit 7a44092b2f
6 changed files with 188 additions and 208 deletions
+3 -2
View File
@@ -4,6 +4,7 @@ package netwrk.v1;
option go_package = "./netwrk";
message LobbyMessage {
string type = 1;
string content = 2;
string player_id = 1;
string type = 2;
string content = 3;
}