sshpong/proto/lobby_messages.proto

11 lines
144 B
Protocol Buffer
Raw Normal View History

2024-08-05 18:00:41 -06:00
syntax = "proto3";
package main;
option go_package = "../internal/netwrk";
message LobbyMessage {
string type = 1;
string content = 2;
}