yyl
2025-05-16 f4c97339a01fdd75d8b862be572eefe66bd51d5a
1
2
3
4
5
6
7
 
 
public interface IManager
{
    void Init();
    void Release();
}