示例#1
0
    protected void RemoveService()
    {
        GameServiceCollection.RemoveService <T>();

        _isActive = false;
    }