yyl
2026-02-12 bcd1dcef07dc129d68539ca2d562c5df53007f36
1
2
3
4
5
6
7
 
 
public interface IManager
{
    void Init();
    void Release();
}