1
This commit is contained in:
parent
548f5508ac
commit
8a151fa360
@ -54,10 +54,10 @@ namespace GameLogic
|
||||
// 设置游戏时长
|
||||
m_GameTimerLen = EventConts.gameLenTiemr;
|
||||
|
||||
if (GameModule.Setting.GetInt("gameLenTiemrId") != 0)
|
||||
{
|
||||
m_GameTimerLen = GameModule.Setting.GetInt("gameLenTiemrId");
|
||||
}
|
||||
//if (GameModule.Setting.GetInt("gameLenTiemrId") != 0)
|
||||
//{
|
||||
// m_GameTimerLen = GameModule.Setting.GetInt("gameLenTiemrId");
|
||||
//}
|
||||
|
||||
// 设置数据同步
|
||||
GiftEffectBool = GameModule.Setting.GetBool("GiftEffect");
|
||||
|
Loading…
x
Reference in New Issue
Block a user