yyl
2025-10-24 b31fb31bbbe84447b5a38271342eceb624a6bc1e
1
2
3
4
5
6
7
 
 
public interface IManager
{
    void Init();
    void Release();
}