| | |
| | | {
|
| | | _model.currentCategory = TreasureCategory.Demon;
|
| | | }
|
| | | else if (RedpointCenter.Instance.GetRedpointState(7001) == RedPointState.Simple)
|
| | | else if (RedpointCenter.Instance.GetRedpointState(TreasureModel.CATEGORY_REDPOINTIDS[(int)TreasureCategory.Human - 1])
|
| | | == RedPointState.Simple)
|
| | | {
|
| | | _model.currentCategory = TreasureCategory.Human;
|
| | | }
|
| | |
| | | public const int TREASURE_GUIDE_ID = 102;
|
| | |
|
| | | const int TREASURE_REDPOINTID = 7000;
|
| | | readonly static int[] CATEGORY_REDPOINTIDS = { 7001, 7002, 7003, 7004, 7005 };
|
| | | public readonly static int[] CATEGORY_REDPOINTIDS = { 7001, 7002, 7003, 7004, 7005 };
|
| | | const int TREASURE_REDPOINTBASE = 7100;
|
| | |
|
| | | public static int redpointIndex = 1;
|