10 lines
154 B
Protocol Buffer
Raw Normal View History

2022-07-15 06:14:09 +00:00
syntax = "proto3";
package bet.beteran.core.network;
message Client {
optional string site_url = 1;
uint64 client_id = 2;
string client_ip = 3;
}