//--------------------------------------------------------
|
// [Author]: 第二世界
|
// [ Date ]: Friday, October 13, 2017
|
//--------------------------------------------------------
|
|
using DG.Tweening;
|
using Snxxz.UI;
|
using System;
|
using System.Collections;
|
using System.Collections.Generic;
|
|
using UnityEngine;
|
using UnityEngine.UI;
|
|
namespace Snxxz.UI
|
{
|
|
public class RealmSitWin : Window
|
{
|
protected override void AddListeners()
|
{
|
}
|
|
protected override void BindController()
|
{
|
}
|
|
protected override void OnAfterClose()
|
{
|
}
|
|
protected override void OnAfterOpen()
|
{
|
}
|
|
protected override void OnPreClose()
|
{
|
}
|
|
protected override void OnPreOpen()
|
{
|
}
|
}
|
}
|
|
|
|
|