thrift-related/original_split_proto_files/LimitEventParam.proto
2026-04-03 14:53:09 +08:00

15 lines
244 B
Protocol Buffer

syntax = "proto3";
package Byway.Thrift.Data.Net;
option go_package = "../msg";
enum LimitEventParam{
LEP_NONE = 0;
CAT_TRICK_ENERGY = 1;
CAT_TRICK_TYPE = 2;
PAYBACK_DAY_COUNT = 3;
LUCKY_CAT_EARNINGS = 4;
SENCE_DASH_TIMES = 5;
}