moved stuff to dataservice

This commit is contained in:
2021-10-30 11:21:40 -04:00
parent 1977da764a
commit ae282950c7
5 changed files with 935 additions and 891 deletions

View File

@@ -12,14 +12,7 @@ end
REQUEST_TIME_OUT = 30
Service.Config = {
["admin"] = "ADMIN_STEAMID",
["gameCode"] = "dummy",
["urlGameConfig"] = "http://192.168.1.103:5000/api/GameConfig",
["urlPlayerData"] = "http://192.168.1.103:5000/api/PlayerData",
["urlRankData"] = "http://192.168.1.103:5000/api/RankData",
["urlPlayerBaseData"] = "http://192.168.1.103:5000/api/PlayerBaseData"
}
Service.Config = DataService:GetConfig()
-- 游戏配置项
GameRules.GameData = {