Skip to content

Commit

Permalink
go pico yeha yeah
Browse files Browse the repository at this point in the history
  • Loading branch information
yophlox authored Nov 8, 2024
1 parent 598971a commit b3e6951
Showing 1 changed file with 44 additions and 44 deletions.
88 changes: 44 additions & 44 deletions Assets/Scripts/NetBaseUtil.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,32 +9,32 @@ internal class NetBaseUtil

private static string[] mActionServerUrlTable = new string[11]
{
"http://10.0.0.155:9001/",
"http://10.0.0.155:9001/",
"http://10.0.0.155:9001/",
"http://10.0.0.155:9001/",
"http://10.0.0.155:9001/",
"http://10.0.0.155:9001/",
"http://10.0.0.155:9001/",
"http://10.0.0.155:9001/",
"http://10.0.0.155:9001/",
"http://10.0.0.155:9001/",
"http://10.0.0.155:9001/"
"http://localhost:9001/",
"http://localhost:9001/",
"http://localhost:9001/",
"http://localhost:9001/",
"http://localhost:9001/",
"http://localhost:9001/",
"http://localhost:9001/",
"http://localhost:9001/",
"http://localhost:9001/",
"http://localhost:9001/",
"http://localhost:9001/"
};

private static string[] mSecureActionServerUrlTable = new string[11]
{
"http://10.0.0.155:9001/",
"http://10.0.0.155:9001/",
"http://10.0.0.155:9001/",
"http://10.0.0.155:9001/",
"http://10.0.0.155:9001/",
"http://10.0.0.155:9001/",
"http://10.0.0.155:9001/",
"http://10.0.0.155:9001/",
"http://10.0.0.155:9001/",
"http://10.0.0.155:9001/",
"http://10.0.0.155:9001/"
"http://localhost:9001/",
"http://localhost:9001/",
"http://localhost:9001/",
"http://localhost:9001/",
"http://localhost:9001/",
"http://localhost:9001/",
"http://localhost:9001/",
"http://localhost:9001/",
"http://localhost:9001/",
"http://localhost:9001/",
"http://localhost:9001/"
};

private static string[] mServerTypeStringTable = new string[11]
Expand All @@ -54,32 +54,32 @@ internal class NetBaseUtil

private static string[] mAssetURLTable = new string[11]
{
"https://tydevx.github.io/Runners-Assets/assets/",
"https://tydevx.github.io/Runners-Assets/assets/",
"https://tydevx.github.io/Runners-Assets/assets/",
"https://tydevx.github.io/Runners-Assets/assets/",
"https://tydevx.github.io/Runners-Assets/assets/",
"https://tydevx.github.io/Runners-Assets/assets/",
"https://tydevx.github.io/Runners-Assets/assets/",
"https://tydevx.github.io/Runners-Assets/assets/",
"https://tydevx.github.io/Runners-Assets/assets/",
"https://tydevx.github.io/Runners-Assets/assets/",
"https://tydevx.github.io/Runners-Assets/assets/"
"http://pbassets.fluofoxxo.pw:9002/assets/",
"http://pbassets.fluofoxxo.pw:9002/assets/",
"http://pbassets.fluofoxxo.pw:9002/assets/",
"http://pbassets.fluofoxxo.pw:9002/assets/",
"http://pbassets.fluofoxxo.pw:9002/assets/",
"http://pbassets.fluofoxxo.pw:9002/assets/",
"http://pbassets.fluofoxxo.pw:9002/assets/",
"http://pbassets.fluofoxxo.pw:9002/assets/",
"http://pbassets.fluofoxxo.pw:9002/assets/",
"http://pbassets.fluofoxxo.pw:9002/assets/",
"http://pbassets.fluofoxxo.pw:9002/assets/"
};

private static string[] mInformationURLTable = new string[11]
{
"https://tydevx.github.io/Runners-Assets/information/",
"https://tydevx.github.io/Runners-Assets/information/",
"https://tydevx.github.io/Runners-Assets/information/",
"https://tydevx.github.io/Runners-Assets/information/",
"https://tydevx.github.io/Runners-Assets/information/",
"https://tydevx.github.io/Runners-Assets/information/",
"https://tydevx.github.io/Runners-Assets/information/",
"https://tydevx.github.io/Runners-Assets/information/",
"https://tydevx.github.io/Runners-Assets/information/",
"https://tydevx.github.io/Runners-Assets/information/",
"https://tydevx.github.io/Runners-Assets/information/"
"http://pbassets.fluofoxxo.pw:9002/information/",
"http://pbassets.fluofoxxo.pw:9002/information/",
"http://pbassets.fluofoxxo.pw:9002/information/",
"http://pbassets.fluofoxxo.pw:9002/information/",
"http://pbassets.fluofoxxo.pw:9002/information/",
"http://pbassets.fluofoxxo.pw:9002/information/",
"http://pbassets.fluofoxxo.pw:9002/information/",
"http://pbassets.fluofoxxo.pw:9002/information/",
"http://pbassets.fluofoxxo.pw:9002/information/",
"http://pbassets.fluofoxxo.pw:9002/information/",
"http://pbassets.fluofoxxo.pw:9002/information/"
};

private static string mRedirectInstallPageUrl = "https://play.google.com/store/apps/details?id=com.sega.sonicrunners";
Expand Down

0 comments on commit b3e6951

Please sign in to comment.