Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
M
MDPro3
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
Alexis_chen
MDPro3
Commits
07345d64
Commit
07345d64
authored
Mar 17, 2024
by
SherryChaos
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update link update
parent
0bec797c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Assets/Scripts/MDPro3/Servants/Menu.cs
Assets/Scripts/MDPro3/Servants/Menu.cs
+1
-1
Version.txt
Version.txt
+1
-1
No files found.
Assets/Scripts/MDPro3/Servants/Menu.cs
View file @
07345d64
...
...
@@ -27,7 +27,7 @@ namespace MDPro3
private
IEnumerator
CheckUpdate
()
{
yield
return
new
WaitForSeconds
(
1
);
var
www
=
UnityWebRequest
.
Get
(
"https://code.mycard.moe/sherry_chaos/MDPro
2_Version/-/raw/master/ver
.txt"
);
var
www
=
UnityWebRequest
.
Get
(
"https://code.mycard.moe/sherry_chaos/MDPro
3/-/raw/master/Version
.txt"
);
www
.
SetRequestHeader
(
"Cache-Control"
,
"max-age=0, no-cache, no-store"
);
www
.
SetRequestHeader
(
"Pragma"
,
"no-cache"
);
yield
return
www
.
SendWebRequest
();
...
...
Version.txt
View file @
07345d64
0.5.1
\ No newline at end of file
0.5.1
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