thrift-related/original_split_proto_files/LogoutPetWork.proto
2026-04-03 14:47:52 +08:00

11 lines
154 B
Protocol Buffer

syntax = "proto3";
package Byway.Thrift.Data.Net;
option go_package = "../msg";
message LogoutPetWork{
int64 WorkTime = 1;
int64 RemainTime = 2;
}