57 lines
1.6 KiB
C#
57 lines
1.6 KiB
C#
// ***********************************************************************
|
|
// Assembly : Game
|
|
// Author : Kimch
|
|
// Created : 2021-04-29
|
|
// Description :
|
|
// Last Modified By :
|
|
// Last Modified On :
|
|
// ***********************************************************************
|
|
// <copyright file= "TimeProxy.Define" company="Kunpo"></copyright>
|
|
// <summary></summary>
|
|
// ***********************************************************************
|
|
|
|
namespace G
|
|
{
|
|
/// <summary>
|
|
/// 次数
|
|
/// </summary>
|
|
partial class TimeProxy
|
|
{
|
|
#region FIELD
|
|
|
|
public const int 每日任务 = 201;
|
|
public const int 每日活动 = 202;
|
|
|
|
public const int 每日离线奖励 = 203;
|
|
public const int 每日免费加速 = 204;
|
|
public const int 每日签到 = 205;
|
|
|
|
public const int 装备宝箱广告次数 = 206;
|
|
public const int 免费体力 = 207;
|
|
public const int 免费金币 = 208;
|
|
public const int 免费晶石 = 209;
|
|
public const int 免费活力 = 218;
|
|
public const int 免费元宝 = 219;
|
|
|
|
public const int 红颜宝箱 = 212;
|
|
public const int 红颜宝箱2 = 214;
|
|
|
|
public const int 宠物升级 = 210;
|
|
public const int 宠物重铸丹 = 217;
|
|
public const int 武道会挑战次数 = 211;
|
|
public const int 超级加倍 = 215;
|
|
public const int 扫荡关卡 = 216;
|
|
public const int 奖励关 = 219;
|
|
public const int 剑阁广告次数 = 230;
|
|
|
|
public const int 每日商城结算 = 220;
|
|
public const int 超级加倍元宝次数 = 221;
|
|
|
|
public const int 每周任务 = 301;
|
|
public const int 每周武道会结算 = 302;
|
|
|
|
public const int 女神节副本挑战次数 = 6001;
|
|
|
|
#endregion
|
|
}
|
|
} |