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
779d9d9c
Commit
779d9d9c
authored
Jan 05, 2023
by
Chunchi Che
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feat/select_chain_response' into 'main'
add select_chain_response See merge request
!17
parents
e34d37c5
546c71ca
Pipeline
#19173
passed with stage
in 11 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
1 deletion
+9
-1
idl/ocgcore.proto
idl/ocgcore.proto
+9
-1
No files found.
idl/ocgcore.proto
View file @
779d9d9c
...
@@ -140,11 +140,13 @@ message CtosGameMsgResponse {
...
@@ -140,11 +140,13 @@ message CtosGameMsgResponse {
int32
sequence
=
3
;
int32
sequence
=
3
;
}
}
message
SelectCardResponse
{
repeated
int32
selected_ptrs
=
1
;
}
message
SelectCardResponse
{
repeated
int32
selected_ptrs
=
1
;
}
message
SelectChainResponse
{
int32
selected_ptr
=
1
;
}
oneof
gameMsgResponse
{
oneof
gameMsgResponse
{
SelectIdleCmdResponse
select_idle_cmd
=
1
;
SelectIdleCmdResponse
select_idle_cmd
=
1
;
SelectPlaceResponse
select_place
=
2
;
SelectPlaceResponse
select_place
=
2
;
SelectCardResponse
select_card
=
3
;
SelectCardResponse
select_card
=
3
;
SelectChainResponse
select_chain
=
4
;
}
}
}
}
...
@@ -394,8 +396,14 @@ message StocGameMessage {
...
@@ -394,8 +396,14 @@ message StocGameMessage {
// 连锁提示
// 连锁提示
message
MsgSelectChain
{
message
MsgSelectChain
{
enum
ChainFlag
{
COMMON
=
0
;
EDESC_OPERATION
=
1
;
EDESC_RESET
=
2
;
}
message
Chain
{
message
Chain
{
int32
flag
=
1
;
ChainFlag
flag
=
1
;
int32
code
=
2
;
int32
code
=
2
;
CardLocation
location
=
3
;
CardLocation
location
=
3
;
int32
effect_description
=
4
;
int32
effect_description
=
4
;
...
...
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