123456789101112131415161718 |
- using System.Collections;
- using System.Collections.Generic;
- using UnityEngine;
- namespace TFramework
- {
- /// <summary>
- /// ÒýÓýӿÚ
- /// </summary>
- public interface IReference
- {
- /// <summary>
- /// ÖØÖÃÒýÓÃ
- /// </summary>
- void Reset();
- }
- }
|