Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
YGOProUnity_V2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
1
Issues
1
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
YGOProUnity_V2
Commits
3d7c9c90
Commit
3d7c9c90
authored
Jun 21, 2025
by
mercury233
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update GameMessage.ConfirmCards
parent
d6eb54c2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
0 deletions
+9
-0
Assets/SibylSystem/Ocgcore/Ocgcore.cs
Assets/SibylSystem/Ocgcore/Ocgcore.cs
+8
-0
Assets/SibylSystem/coreWrapper.cs
Assets/SibylSystem/coreWrapper.cs
+1
-0
No files found.
Assets/SibylSystem/Ocgcore/Ocgcore.cs
View file @
3d7c9c90
...
...
@@ -2032,6 +2032,7 @@ public class Ocgcore : ServantWithCardDescription
break
;
case
GameMessage
.
ConfirmCards
:
player
=
localPlayer
(
r
.
ReadByte
());
bool
skip_panel
=
r
.
ReadByte
()
==
1
;
count
=
r
.
ReadByte
();
for
(
var
i
=
0
;
i
<
count
;
i
++)
{
...
...
@@ -3743,6 +3744,7 @@ public class Ocgcore : ServantWithCardDescription
break
;
case
GameMessage
.
ConfirmCards
:
player
=
localPlayer
(
r
.
ReadByte
());
var
skip_panel
=
r
.
ReadByte
()
==
1
;
count
=
r
.
ReadByte
();
var
t2
=
0
;
var
t3
=
0
;
...
...
@@ -3832,6 +3834,12 @@ public class Ocgcore : ServantWithCardDescription
t2
=
0
;
clearResponse
();
}
else
if
(
skip_panel
)
{
Sleep
(
t2
);
t2
=
0
;
clearResponse
();
}
}
Sleep
(
t2
);
...
...
Assets/SibylSystem/coreWrapper.cs
View file @
3d7c9c90
...
...
@@ -773,6 +773,7 @@ namespace Percy
move
(
move
(
1
)
*
7
);
break
;
case
GameMessage
.
ConfirmCards
:
move
(
1
);
move
(
1
);
move
(
move
(
1
)
*
7
);
break
;
...
...
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