mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-06 05:05:40 +12:00
no message
This commit is contained in:
parent
2bb4d02afd
commit
f6b9037469
2 changed files with 6 additions and 1 deletions
|
@ -20,6 +20,7 @@ namespace Horse_Isle_Server
|
|||
public static string MapFile;
|
||||
public static string GameDataFile;
|
||||
public static string NpcDataFile;
|
||||
public static string QuestDataFile;
|
||||
public static string CrossDomainPolicyFile;
|
||||
public static bool Debug;
|
||||
|
||||
|
@ -91,6 +92,9 @@ namespace Horse_Isle_Server
|
|||
case "npc":
|
||||
NpcDataFile = data;
|
||||
break;
|
||||
case "quest":
|
||||
QuestDataFile = data;
|
||||
break;
|
||||
case "crossdomain":
|
||||
CrossDomainPolicyFile = data;
|
||||
break;
|
||||
|
|
|
@ -18,7 +18,8 @@ map=MapDataCombined.bmp
|
|||
# JSON Format Data
|
||||
|
||||
gamedata=gamedata.json
|
||||
npc=npcs.json
|
||||
npc=npc.json
|
||||
quest=action.json
|
||||
|
||||
# Cross-Domain Policy File
|
||||
crossdomain=CrossDomainPolicy.xml
|
||||
|
|
Loading…
Add table
Reference in a new issue