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
3f8943fa
Commit
3f8943fa
authored
May 26, 2020
by
mercury233
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add replay god mode back
parent
aa188d35
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
Assets/SibylSystem/selectReplay/selectReplay.cs
Assets/SibylSystem/selectReplay/selectReplay.cs
+5
-5
No files found.
Assets/SibylSystem/selectReplay/selectReplay.cs
View file @
3f8943fa
...
@@ -22,7 +22,7 @@ public class selectReplay : WindowServantSP
...
@@ -22,7 +22,7 @@ public class selectReplay : WindowServantSP
UIHelper
.
registEvent
(
gameObject
,
"delete_"
,
onDelete
);
UIHelper
.
registEvent
(
gameObject
,
"delete_"
,
onDelete
);
UIHelper
.
registEvent
(
gameObject
,
"yrp_"
,
onYrp
);
UIHelper
.
registEvent
(
gameObject
,
"yrp_"
,
onYrp
);
UIHelper
.
registEvent
(
gameObject
,
"ydk_"
,
onYdk
);
UIHelper
.
registEvent
(
gameObject
,
"ydk_"
,
onYdk
);
UIHelper
.
registEvent
(
gameObject
,
"god_"
,
Program
.
gugugu
);
UIHelper
.
registEvent
(
gameObject
,
"god_"
,
onGod
);
UIHelper
.
registEvent
(
gameObject
,
"value_"
,
onValue
);
UIHelper
.
registEvent
(
gameObject
,
"value_"
,
onValue
);
setSortLable
();
setSortLable
();
superScrollView
.
install
();
superScrollView
.
install
();
...
@@ -505,10 +505,10 @@ public class selectReplay : WindowServantSP
...
@@ -505,10 +505,10 @@ public class selectReplay : WindowServantSP
{
{
superScrollView
.
add
(
fileInfos
[
i
].
Name
.
Substring
(
0
,
fileInfos
[
i
].
Name
.
Length
-
6
));
superScrollView
.
add
(
fileInfos
[
i
].
Name
.
Substring
(
0
,
fileInfos
[
i
].
Name
.
Length
-
6
));
}
}
//
if (fileInfos[i].Name.Length > 4 && fileInfos[i].Name.Substring(fileInfos[i].Name.Length - 4, 4) == ".yrp")
if
(
fileInfos
[
i
].
Name
.
Length
>
4
&&
fileInfos
[
i
].
Name
.
Substring
(
fileInfos
[
i
].
Name
.
Length
-
4
,
4
)
==
".yrp"
)
//
{
{
//
superScrollView.add(fileInfos[i].Name);
superScrollView
.
add
(
fileInfos
[
i
].
Name
);
//
}
}
}
}
}
}
}
}
...
...
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