syntax = "proto3"; package bet.beteran.core.network; message Client { optional string site_url = 1; uint64 client_id = 2; string client_ip = 3; }