yyl
2025-08-20 8f983d0dab26becb6b85dbbb616fde21c3ad8f02
1
2
3
4
5
6
7
 
 
public interface IManager
{
    void Init();
    void Release();
}