//-------------------------------------------------------- // [Author]: 第二世界 // [ Date ]: Thursday, May 09, 2019 //-------------------------------------------------------- using UnityEngine; using System.Collections; using UnityEngine.UI; namespace vnxbqy.UI { public interface SecondWindowInterface { Button close { get; set; } } }