|
@@ -41,6 +41,7 @@ namespace GFGGame
|
|
|
ListLogDatas.Clear();
|
|
|
ListAnsweringDatas.Clear();
|
|
|
LastAnswerRoleData = null;
|
|
|
+ LeagueNumber.Clear();
|
|
|
}
|
|
|
public void SetNumeric(int type, long value)
|
|
|
{
|
|
@@ -197,6 +198,7 @@ namespace GFGGame
|
|
|
isGet = GameGlobal.myNumericComponent.GetAsInt(NumericType.LeagueWelfareSuperDay) == 1;
|
|
|
break;
|
|
|
}
|
|
|
+ // ET.Log.Debug("isBuy:" + isBuy);
|
|
|
if (isBuy)
|
|
|
{
|
|
|
LeagueGiftGetData giftGetData = new LeagueGiftGetData();
|