hch
2018-12-27 affca29e7500fc8e2e65cf15d19496a370f6329e
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