修改bug
This commit is contained in:
@@ -127,60 +127,60 @@ namespace BingoBrain
|
||||
|
||||
|
||||
|
||||
public int _goldtime0;
|
||||
public int _goldtime1;
|
||||
public int _goldtime2;
|
||||
public int _goldtime3;
|
||||
public int _goldtime4;
|
||||
public bool have_slot;
|
||||
public int battle_pass_time;
|
||||
// public int _goldtime0;
|
||||
// public int _goldtime1;
|
||||
// public int _goldtime2;
|
||||
// public int _goldtime3;
|
||||
// public int _goldtime4;
|
||||
// public bool have_slot;
|
||||
// public int battle_pass_time;
|
||||
|
||||
|
||||
public List<int> pass_task_record = new List<int>();
|
||||
public List<int> time_task_record = new List<int>();
|
||||
public int login_day;
|
||||
public int login_hour;
|
||||
public int cash_people;
|
||||
public float cash_people_1;
|
||||
public float cash_people_2;
|
||||
// public int cash_people;
|
||||
// public float cash_people_1;
|
||||
// public float cash_people_2;
|
||||
|
||||
public bool is_get_packreward;
|
||||
// public bool is_get_packreward;
|
||||
|
||||
public bool is_get_removead;
|
||||
public bool is_autopack_show;
|
||||
public int is_autopack_show_day;
|
||||
// public bool is_autopack_show;
|
||||
// public int is_autopack_show_day;
|
||||
|
||||
public long start_time;
|
||||
public int clear_number;
|
||||
// public long start_time;
|
||||
// public int clear_number;
|
||||
|
||||
/// <summary>
|
||||
/// 每一局使用道具数量([0]:out [1]:back [2]:refresh)
|
||||
/// </summary>
|
||||
public int[] usePropsNum = new int[3];
|
||||
/// <summary>
|
||||
/// 卡牌层数
|
||||
/// </summary>
|
||||
public int card_layer;
|
||||
/// <summary>
|
||||
/// 卡牌总数量
|
||||
/// </summary>
|
||||
public int all_card_numbers;
|
||||
// /// <summary>
|
||||
// /// 每一局使用道具数量([0]:out [1]:back [2]:refresh)
|
||||
// /// </summary>
|
||||
// public int[] usePropsNum = new int[3];
|
||||
// /// <summary>
|
||||
// /// 卡牌层数
|
||||
// /// </summary>
|
||||
// public int card_layer;
|
||||
// /// <summary>
|
||||
// /// 卡牌总数量
|
||||
// /// </summary>
|
||||
// public int all_card_numbers;
|
||||
|
||||
|
||||
public int this_time_cardtype;
|
||||
// public int this_time_cardtype;
|
||||
public int look_ad_numbers;
|
||||
public int look_ad_time;
|
||||
// public int look_ad_time;
|
||||
public int[] dark_Dayref;
|
||||
public int[] _goldtime;
|
||||
// public int[] _goldtime;
|
||||
// public MaxPayClass max_pay_object;
|
||||
|
||||
public List<SaveingPotClass> saveingpot_history = new List<SaveingPotClass>();
|
||||
|
||||
|
||||
public long failed_pack_time;
|
||||
public int three_gift_got_index = 1;
|
||||
public long last_got_three_gift_time = 0;
|
||||
public bool is_get_ThreeDaysGift;
|
||||
// public long failed_pack_time;
|
||||
// public int three_gift_got_index = 1;
|
||||
// public long last_got_three_gift_time = 0;
|
||||
// public bool is_get_ThreeDaysGift;
|
||||
//tixian
|
||||
public int ExchangeProcessMode = -1;
|
||||
public int CHProcessMode = -1;
|
||||
|
||||
Reference in New Issue
Block a user