Files
Loong/Assets/Plugins/XPlugins/XUI/UIPool/IUIPoolBehaviour.cs
2025-07-01 14:54:02 +08:00

7 lines
105 B
C#

namespace XUI {
public interface IUIPoolBehaviour {
void OnUISpawned();
void OnUIDespawn();
}
}