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
1
Merge Requests
1
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
0957a423
Commit
0957a423
authored
Jun 06, 2018
by
mercury233
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update 0x1344: ShuffleSetCard
parent
e3bc311b
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
1 deletion
+3
-1
AI_core_vs2017solution/coreWrapper/coreWrapper.cs
AI_core_vs2017solution/coreWrapper/coreWrapper.cs
+1
-0
Assets/SibylSystem/Config.cs
Assets/SibylSystem/Config.cs
+1
-1
Assets/SibylSystem/Ocgcore/Ocgcore.cs
Assets/SibylSystem/Ocgcore/Ocgcore.cs
+1
-0
No files found.
AI_core_vs2017solution/coreWrapper/coreWrapper.cs
View file @
0957a423
...
...
@@ -1104,6 +1104,7 @@ namespace Percy
move
(
1
);
break
;
case
GameMessage
.
ShuffleSetCard
:
move
(
1
);
move
(
move
(
1
)
*
8
);
break
;
case
GameMessage
.
ReverseDeck
:
...
...
Assets/SibylSystem/Config.cs
View file @
0957a423
...
...
@@ -3,7 +3,7 @@ using System.Collections.Generic;
using
System.IO
;
public
static
class
Config
{
public
static
uint
ClientVersion
=
0x134
3
;
public
static
uint
ClientVersion
=
0x134
4
;
class
oneString
{
...
...
Assets/SibylSystem/Ocgcore/Ocgcore.cs
View file @
0957a423
...
...
@@ -2312,6 +2312,7 @@ public class Ocgcore : ServantWithCardDescription
}
break
;
case
GameMessage
.
ShuffleSetCard
:
location
=
r
.
ReadByte
();
count
=
r
.
ReadByte
();
List
<
GPS
>
gpss
=
new
List
<
GPS
>();
for
(
int
i
=
0
;
i
<
count
;
i
++)
...
...
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