hch
2019-04-19 519a8605a41e9e4cb72da4d58f55a52c3b83263d
Tool/RobotTest/ConfigurationReader/ConfigIniReader.py
@@ -61,7 +61,16 @@
        self.ProcessFindTJGTime = config.GetIntValue( "ProcessFindTJGTime")
        self.ServerDBConfigPath = config.GetValue( "ServerDBConfigPath")
        self.StartRunTime = config.GetIntValue( "StartRunTime")
        self.AccountSource = config.GetIntValue( "AccountSource")
        self.MaxPlayerCnt = config.GetIntValue( "MaxPlayerCnt")
    def GetMaxPlayerCnt(self):
        return self.MaxPlayerCnt
    # 账号获取来源 0:自动生成, 1:取库中已有账号
    def GetAccountSource(self):
        return self.AccountSource
    def GetIOThreadNum(self):
        return self.IOThreadNum