Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
N
Neos
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
love_飞影
Neos
Commits
d0bdf00f
Commit
d0bdf00f
authored
Sep 11, 2022
by
Chunchi Che
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update ocgcore.proto
parent
119bf183
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1101 additions
and
1273 deletions
+1101
-1273
src/api/ocgcore.proto
src/api/ocgcore.proto
+12
-8
src/api/ocgcore.ts
src/api/ocgcore.ts
+1089
-1265
No files found.
src/api/ocgcore.proto
View file @
d0bdf00f
...
@@ -5,14 +5,18 @@ option go_package = "DarkNeos/ygopropb";
...
@@ -5,14 +5,18 @@ option go_package = "DarkNeos/ygopropb";
message
YgoCtosMsg
{
message
YgoCtosMsg
{
oneof
msg
{
oneof
msg
{
CtosPlayerInfo
ctos_player_info
=
2
;
CtosPlayerInfo
ctos_player_info
=
1
;
CtosJoinGame
ctos_join_game
=
3
;
CtosJoinGame
ctos_join_game
=
2
;
CtosUpdateDeck
ctos_update_deck
=
4
;
CtosUpdateDeck
ctos_update_deck
=
3
;
}
}
StocJoinGame
stoc_join_game
=
101
;
message
YgoStocMsg
{
StocChat
stoc_chat
=
102
;
oneof
msg
{
StocHsPlayerEnter
stoc_hs_player_enter
=
103
;
StocJoinGame
stoc_join_game
=
1
;
StocTypeChange
stoc_type_change
=
104
;
StocChat
stoc_chat
=
2
;
StocHsPlayerEnter
stoc_hs_player_enter
=
3
;
StocTypeChange
stoc_type_change
=
4
;
}
}
}
}
...
...
src/api/ocgcore.ts
View file @
d0bdf00f
This diff is collapsed.
Click to expand it.
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