yyl
2025-07-07 0b15db60b38265335e97f934fdcfe21f164504af
1
2
3
4
5
6
7
 
 
public interface IManager
{
    void Init();
    void Release();
}