摘要: using UnityEngine;using System.Collections;public interface IState { void BeforEnter(); void BeforLeave();}public interface ISceneState: IState ... 阅读全文
posted @ 2015-01-06 23:21 summernight 阅读(748) 评论(0) 推荐(0)