cull(engine-cleanup): pass-8 phase-2 cascade round 3 after MyPageItemBattle stub
This commit is contained in:
@@ -9,20 +9,10 @@ public class AvatarBattleAllInfo
|
||||
{
|
||||
public class PeriodData
|
||||
{
|
||||
|
||||
public double StartUnixTime { get; set; }
|
||||
|
||||
public double EndUnixTime { get; set; }
|
||||
}
|
||||
|
||||
private Dictionary<string, AvatarBattleInfo> _avatarBattleDictionary = new Dictionary<string, AvatarBattleInfo>();
|
||||
|
||||
private bool _avatarBattleScheduleExist;
|
||||
|
||||
private float _receiveSinceTime;
|
||||
|
||||
private double _receiveServerUnixTime;
|
||||
|
||||
public AvatarBattleInfo Get(string id)
|
||||
{
|
||||
if (string.IsNullOrEmpty(id))
|
||||
|
||||
Reference in New Issue
Block a user