h1-mod/src/client/proto/auth.proto
2022-02-03 11:05:24 -08:00

11 lines
136 B
Protocol Buffer

syntax = "proto3";
package proto.network;
message connect_info
{
bytes infostring = 1;
bytes publickey = 2;
bytes signature = 3;
}