Add protobuf shit

This commit is contained in:
Beric Bearnson
2024-08-05 18:00:41 -06:00
parent aceef8a497
commit a6807d79a6
7 changed files with 219 additions and 5 deletions
+10
View File
@@ -0,0 +1,10 @@
syntax = "proto3";
package main;
option go_package = "../internal/netwrk";
message LobbyMessage {
string type = 1;
string content = 2;
}