forked from powerfun/udpservice
机器人数量调整
This commit is contained in:
parent
81409dca9e
commit
0df0b3d385
@ -41,10 +41,10 @@ namespace OnlineUserPool.Hander
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private const int START = 15;
|
private const int START = 120;
|
||||||
private const int SMALL = 50;
|
private const int SMALL = 100;
|
||||||
private const int MEDIUM = 100;
|
private const int MEDIUM = 150;
|
||||||
private const int LARGE = 200;
|
private const int LARGE = 180;
|
||||||
private const int OFFSET = 15;
|
private const int OFFSET = 15;
|
||||||
|
|
||||||
//根据当前时段计算虚拟总人数
|
//根据当前时段计算虚拟总人数
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user