Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
N
Neos Protobuf
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
MyCard
Neos Protobuf
Commits
5379e62a
Commit
5379e62a
authored
Dec 02, 2022
by
Chunchi Che
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix small
parent
091bc886
Pipeline
#18307
passed with stage
in 19 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
9 deletions
+10
-9
idl/ocgcore.proto
idl/ocgcore.proto
+10
-9
No files found.
idl/ocgcore.proto
View file @
5379e62a
...
...
@@ -209,15 +209,16 @@ message StocGameMessage {
message
MsgNewPhase
{
enum
PhaseType
{
UNKNOWN
=
0
;
DRAW
=
1
;
// 抽卡阶段
MAIN1
=
2
;
// 第一主要阶段
BATTLE_START
=
3
;
// 战斗开始
BATTLE_STEP
=
4
;
DAMAGE
=
5
;
// 伤害阶段
DAMAGE_GAL
=
6
;
// 伤害计算阶段
BATTLE
=
7
;
MAIN2
=
8
;
// 第二主要阶段
END
=
9
;
// 回合结束
DRAW
=
1
;
// 抽卡阶段
STANDBY
=
2
;
MAIN1
=
3
;
// 第一主要阶段
BATTLE_START
=
4
;
// 战斗开始
BATTLE_STEP
=
5
;
DAMAGE
=
6
;
// 伤害阶段
DAMAGE_GAL
=
7
;
// 伤害计算阶段
BATTLE
=
8
;
MAIN2
=
9
;
// 第二主要阶段
END
=
10
;
// 回合结束
}
PhaseType
phase_type
=
1
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment