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
12f48aa7
Commit
12f48aa7
authored
Aug 15, 2023
by
Chunchi Che
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feat/error_msg' into 'main'
add StocErrorMsg See merge request
!63
parents
d6c01dd8
85788b6a
Pipeline
#23126
passed with stage
in 13 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
0 deletions
+15
-0
idl/ocgcore.proto
idl/ocgcore.proto
+15
-0
No files found.
idl/ocgcore.proto
View file @
12f48aa7
...
...
@@ -95,6 +95,7 @@ message YgoStocMsg {
StocDuelStart
stoc_duel_start
=
11
;
StocGameMessage
stoc_game_msg
=
12
;
StocTimeLimit
stoc_time_limit
=
13
;
StocErrorMsg
stoc_error_msg
=
14
;
}
}
...
...
@@ -215,6 +216,20 @@ message StocChat {
string
msg
=
2
;
}
// 错误信息
message
StocErrorMsg
{
enum
ErrorType
{
UNKNOWN
=
0
;
JOINERROR
=
1
;
// 加入房间错误
DECKERROR
=
2
;
// 卡组错误
SIDEERROR
=
3
;
// 副卡组错误
VERSIONERROR
=
4
;
// 版本错误
}
ErrorType
error_type
=
1
;
// 错误类型
int32
error_code
=
2
;
// 错误码
}
// 有玩家进入房间
message
StocHsPlayerEnter
{
string
name
=
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