15 lines
244 B
Protocol Buffer
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;
|
|
}
|