yyl
2025-08-29 9e91c51e4ece0002b58e22e27ec57fd8d23176a9
1
2
3
4
5
6
7
 
 
public interface IManager
{
    void Init();
    void Release();
}