//--------------------------------------------------------
|
// [Author]: 第二世界
|
// [ Date ]: Thursday, June 13, 2019
|
//--------------------------------------------------------
|
using UnityEngine;
|
using System.Collections;
|
using UnityEngine.UI;
|
|
namespace vnxbqy.UI
|
{
|
|
public class NewDropItemModel : Model
|
{
|
|
public int newDropGroupId { get; set; }
|
|
public override void Init()
|
{
|
}
|
|
public override void UnInit()
|
{
|
}
|
|
}
|
|
}
|