GITLAB
wasteland
/
server
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
9a5cfc50827d0e0bae21bd5296d459364aa3d9bb
Authored by
chenyueqi
2020-01-17 15:04:09 +0800
1 parent
514590c2
解锁类型增加时钟箱槽
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
src/GlobalVar.lua
Inline
Side-by-side
src/GlobalVar.lua
Wrap text
Show/Hide comments
View file @
9a5cfc5
...
...
@@ -63,6 +63,7 @@ FuncOpenType = {
63
63
AdvRelay = 3, -- 中继开放
64
64
AdvWS = 6, -- 工坊解锁
65
65
AdvWheelSurf = 7, -- 抽奖解锁
66
+ TimeBoxSlot = 8, -- 时钟箱槽
66
67
}
67
68
68
69
TypeIsFunc = {}
...
...