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