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
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
赤子奈落
YGOProUnity_V2
Commits
f9d23dbf
Commit
f9d23dbf
authored
Sep 04, 2021
by
神楽坂玲奈
Browse files
Options
Browse Files
Download
Plain Diff
Merge
https://github.com/lllyasviel/YGOProUnity_V2
parents
268546be
c458ea69
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
4 deletions
+3
-4
Assets/SibylSystem/MonoHelpers/TcpHelper.cs
Assets/SibylSystem/MonoHelpers/TcpHelper.cs
+2
-0
Assets/SibylSystem/Room/Room.cs
Assets/SibylSystem/Room/Room.cs
+1
-4
No files found.
Assets/SibylSystem/MonoHelpers/TcpHelper.cs
View file @
f9d23dbf
...
...
@@ -258,6 +258,8 @@ public static class TcpHelper
public
static
void
CtosMessage_UpdateDeck
(
Deck
deckFor
)
{
if
(
deckFor
.
Main
.
Count
==
0
)
return
;
deckStrings
.
Clear
();
deck
=
deckFor
;
var
message
=
new
Package
();
...
...
Assets/SibylSystem/Room/Room.cs
View file @
f9d23dbf
...
...
@@ -21,16 +21,13 @@ public class Room : WindowServantSP
private
void
onSelected
()
{
Config
.
Set
(
"deckInUse"
,
superScrollView
.
selectedString
);
if
(
selftype
<
realPlayers
.
Length
&&
realPlayers
[
selftype
]
!=
null
&&
realPlayers
[
selftype
].
getIfPreped
())
{
TcpHelper
.
CtosMessage_HsNotReady
();
TcpHelper
.
CtosMessage_UpdateDeck
(
new
Deck
(
"deck/"
+
superScrollView
.
selectedString
+
".ydk"
));
TcpHelper
.
CtosMessage_HsReady
();
}
else
{
Config
.
Set
(
"deckInUse"
,
superScrollView
.
selectedString
);
}
}
private
void
printFile
()
...
...
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