招财猫
This commit is contained in:
parent
8cc3f79344
commit
2b3b737354
BIN
config/Item.xlsx
BIN
config/Item.xlsx
Binary file not shown.
Binary file not shown.
@ -0,0 +1,10 @@
|
||||
# 实现ReqPlayroomDressSet接口
|
||||
|
||||
## 步骤一
|
||||
在playroom.go文件中实现DressSet方法,根据传入的type和id设置dress,需判断id是否在Dress中
|
||||
|
||||
## 步骤二
|
||||
在RegisterNetworkFunc.go文件中实现ReqPlayroomDressSet接口
|
||||
|
||||
## 步骤一
|
||||
在GameLogic.go文件的RegisterNetWorkFunc方法中注册该接口
|
||||
@ -1044,7 +1044,7 @@ message ActivityInfo{
|
||||
message ReqLimitEvent{}
|
||||
|
||||
message ResLimitEvent{
|
||||
map<int32, LimitEvent> LimitEventList = 1;
|
||||
map<int32, LimitEvent> LimitEventList = 1; //限时事件列表
|
||||
}
|
||||
message ResLimitEventProgress{
|
||||
int32 ProgressMax = 1; //最大进度
|
||||
@ -1072,6 +1072,7 @@ message ResSelectLimitEvent{
|
||||
message LimitEvent {
|
||||
int32 EndTime = 1; //结束时间
|
||||
int32 Cd = 2; //cd
|
||||
float mul = 3; //倍数
|
||||
}
|
||||
|
||||
message LimitEventNotify {
|
||||
|
||||
@ -262,6 +262,13 @@
|
||||
"sheet_name" :"Bonus",
|
||||
"fields" :["Min", "Max", "OrderNum","Option"]
|
||||
},
|
||||
{
|
||||
"in_file": "LimitedTimeEvent.xlsx",
|
||||
"out_file": "LimitedTimeEventMoney.json",
|
||||
"key": "Id",
|
||||
"sheet_name" :"MoneyCat",
|
||||
"fields" :["Id", "Mul", "Cd"]
|
||||
},
|
||||
{
|
||||
"in_file": "LimitedTimeEvent.xlsx",
|
||||
"out_file": "LimitedTimeEventFast.json",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user