13 lines
210 B
C#
13 lines
210 B
C#
namespace LoveLegend
|
|
{
|
|
public class ThreeDaysGiftModel : BaseModel
|
|
{
|
|
protected override void OnInit()
|
|
{
|
|
}
|
|
|
|
protected override void OnDispose()
|
|
{
|
|
}
|
|
}
|
|
} |