forked from powerfun/udpservice
Merge branch 'dev_lishuo' into AR
# Conflicts: # Hander/MapRecordRankingHander.cs
This commit is contained in:
commit
3437e3df9f
@ -41,11 +41,11 @@ namespace OnlineUserPool.Hander
|
||||
}
|
||||
}
|
||||
|
||||
private const int START = 15;
|
||||
private const int SMALL = 30;
|
||||
private const int MEDIUM = 50;
|
||||
private const int LARGE = 80;
|
||||
private const int OFFSET = 30;
|
||||
private const int START = 120;
|
||||
private const int SMALL = 100;
|
||||
private const int MEDIUM = 150;
|
||||
private const int LARGE = 180;
|
||||
private const int OFFSET = 15;
|
||||
|
||||
//根据当前时段计算虚拟总人数
|
||||
private int ComputeTop()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user