云梦祈福常量修改

back_recharge
lvxinran 2019-07-25 16:37:35 +08:00
parent 7d68e534e7
commit 00f9935ef8
1 changed files with 50 additions and 0 deletions

View File

@ -0,0 +1,50 @@
package com.ljsd.jieling.handler.activity;
public class BlessInfoConfig {
/**
* 1-16
*/
public static final int START_CAPACITY = 16;
/**
* id
*/
public static final int CHOOSE_START_ID = 17;
/**
* id
*/
public static final int CHOOSE_END_ID = 32;
/**
* Id
*/
public static final int REWARD_VIEW_START_ID = 33;
/**
* Id
*/
public static final int REWARD_VIEW_END_ID = 48;
/**
* 0-11
*/
public static final int BLESS_PROGRESS_STATUS = 99;
/**
*
*/
public static final int LAST_REFRESH_TIME = 100;
/**
*
*/
public static final int LEGEND_REWARD_START_ID = 200;
/**
*
*/
public static final int SUPREME_REWARD_START_ID = 500;
/**
*
*/
public static final int COUNT_REWARD_START_ID = 1000;
}