no message
This commit is contained in:
parent
08be1d5f2f
commit
3ed6641e3d
|
@ -24,7 +24,7 @@ namespace WZ
|
||||||
private FloorConfig _successfulFloor = null;
|
private FloorConfig _successfulFloor = null;
|
||||||
public float _ivStartLoadTime = 0;
|
public float _ivStartLoadTime = 0;
|
||||||
private int _waterfallRequestCount = 0; // waterfall请求次数
|
private int _waterfallRequestCount = 0; // waterfall请求次数
|
||||||
private Dictionary<string, int> _unitIdRequestCounts = new Dictionary<string, int>(); // 每个unite_id的请求次数
|
private Dictionary<string, int> _unitIdRequestCounts = new Dictionary<string, int>(); // 每个unit_id的请求次数
|
||||||
private string _currentRequestId; // 当前waterfall请求的ID
|
private string _currentRequestId; // 当前waterfall请求的ID
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue