Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
GalaxySmash
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Hà Trung (NEGAXY)
GalaxySmash
Commits
1c170404
Commit
1c170404
authored
Dec 16, 2021
by
Hà Trung (NEGAXY)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
trung commit
parent
e577482e
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
5 deletions
+7
-5
RatePopup.cs
Assets/Scripts/UI/RatePopup.cs
+2
-1
SettingPopup.cs
Assets/Scripts/UI/SettingPopup.cs
+2
-1
SkillSelectionGUI.cs
Assets/Scripts/UI/SkillSelectionGUI.cs
+3
-3
No files found.
Assets/Scripts/UI/RatePopup.cs
View file @
1c170404
...
...
@@ -25,7 +25,8 @@ public class RatePopup : BasePopup
DataManager
.
Instance
.
userData
.
showRate
=
false
;
DataManager
.
Instance
.
SaveUserData
();
OnClick_Close
();
Application
.
OpenURL
(
"market://details?id="
+
Application
.
identifier
);
// Application.OpenURL("market://details?id=" + Application.identifier);
Application
.
OpenURL
(
"itms-apps://itunes.apple.com/app/"
+
Application
.
identifier
);
}
else
{
...
...
Assets/Scripts/UI/SettingPopup.cs
View file @
1c170404
...
...
@@ -17,7 +17,8 @@ public class SettingPopup : BasePopup
}
public
void
OnClick_Rate
()
{
Application
.
OpenURL
(
"market://details?id="
+
Application
.
identifier
);
// Application.OpenURL("market://details?id=" + Application.identifier);
Application
.
OpenURL
(
"itms-apps://itunes.apple.com/app/"
+
Application
.
identifier
);
}
public
void
OnClick_Privacy
()
{
...
...
Assets/Scripts/UI/SkillSelectionGUI.cs
View file @
1c170404
...
...
@@ -80,9 +80,9 @@ public class SkillSelectionGUI : MonoBehaviour
skillSelectionManager
.
Reload
();
skillSelectionManager
.
CheckSpecialTab
();
OST
.
instance
.
PlaySelectWeapon
();
AdsController
.
instance
.
ShowInter
(()
=>
{
});
//
AdsController.instance.ShowInter(() => {
//
//
});
}
else
{
...
...
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