yyl
2025-08-25 973edc44a04dceb8b48a32ca912e6167f86189d4
1
2
3
4
5
6
7
 
 
public interface IManager
{
    void Init();
    void Release();
}