moved stuff to dataservice
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user