This repository was archived by the owner on Mar 9, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathURL_Kr.cs
More file actions
59 lines (57 loc) · 4.01 KB
/
URL_Kr.cs
File metadata and controls
59 lines (57 loc) · 4.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
//using SimpleHttpServer.Models;
using System.Collections.Generic;
class GF_URLs_Kr
{
public static string host = "gf-game.girlfrontline.co.kr";
public static string index_version = "/index.php/1001/Index/version";
public static string getToken = "/index.php/1001/Index/getUidTianxiaQueue";
public static string getuserinfo = "/index.php/1001/Index/index";
public static string downloadsucsess = "/index.php/1001/Index/downloadSuccess";
public static string statictables = "/index.php/1001/Mall/staticTables";
public static string gunsufinish = "/index.php/1001/Operation/finishOperation";
public static string home = "/index.php/1001/Index/home";
public static string quickdevelop = "/index.php/1001/Gun/quickDevelop";
public static string attendance = "/index.php/1001/Index/attendance";
public static string finishdevelop = "/index.php/1001/Gun/finishDevelop";
public static string gundevelop = "/index.php/1001/Gun/developGun";
public static string crashreport = "/index.php/1001/Index/crashLog";
public static string unlockgun = "/index.php/1001/Gun/changeLock";
public static string gunstrength = "/index.php/1001/Gun/eatGun";
public static string gunmultydevelop = "/index.php/1001/Gun/developMultiGun";
public static string report_complete = "/index.php/1001/Outhouse/establish_build_finish";
public static string getdorminfo = "/index.php/1001/Friend/dormInfo";
public static string furniture_upgrade = "/index.php/1001/Outhouse/establish_upgrade";
public static string getquestinfo = "/index.php/1001/Index/Quest";
public static string geteventinfo = "/index.php/1001/Mission/drawEvent";
public static string startmission = "/index.php/1001/Mission/startMission";
public static string startTurn = "/index.php/1001/Mission/startTurn";
public static string endTurn = "/index.php/1001/Mission/endTurn";
public static string teamsupply = "/index.php/1001/Mission/supplyTeam";
public static string teamrainforce = "/index.php/1001/Mission/reinforceTeam";
public static string teammove = "/index.php/1001/Mission/teamMove";
public static string abortmission = "/index.php/1001/Mission/abortMission";
public static string battlefinish = "/index.php/1001/Mission/battleFinish";
public static string teamgun = "/index.php/1001/Gun/teamGun";
public static string changegunarray = "/index.php/1001/Gun/teamGuns";
public static string setgunpos = "/index.php/1001/Gun/setPosition";
public static string chipbattlefinish = "/index.php/1001/Mission/coinBattleFinish";
public static string shareprize = "/index.php/1001/Dorm/share";
public static string changeadj = "/index.php/1001/Index/changeAdjutant";
public static string drawsigevent = "/index.php/1001/Mission/eventDraw";
public static string recoverbp = "/index.php/1001/Index/recoverBp";
public static string quickfixgun = "/index.php/1001/Mission/quickFixGun";
public static string finishalldevelop = "/index.php/1001/Gun/finishAllDevelop";
public static string storebuy = "/index.php/1001/Mall/gemToResource";
public static string skillupgrade = "/index.php/1001/Gun/skillUpgrade";
public static string storebuy_2 = "/index.php/1001/Mall/gemToItem";
public static string equipdevelop = "/index.php/1001/Equip/develop";
public static string multyequipdevelop = "/index.php/1001/Equip/developMulti";
public static string squadMove = "/index.php/1001/Mission/squadMove";
public static string squadSwitchChange = "/index.php/1001/Mission/squadBattleSkillSwitch";
public static string GetTheaterData = "/index.php/1001/Theater/data";
public static string GetTheaterBalance = "/index.php/1001/Theater/balance";
public static string GetTheaterPrize = "/index.php/1001/Theater/prizeData";
public static string startTheaterBattle = "/index.php/1001/Theater/startTheaterBattle";
public static string endTheaterBattle = "/index.php/1001/Theater/endTheaterBattle";
public static string TheaterBossBattle = "/index.php/1001/Theater/bossBattle";
}