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

15 lines
223 B
Protocol Buffer

syntax = "proto3";
package Byway.Thrift.Data.Net;
option go_package = "../msg";
import "ResPlayerSimple.proto";
message CatnipInvite{
int64 Uid = 1;
int64 Time = 2;
int32 Type = 3;
ResPlayerSimple Player = 4;
}