/
crypt
/
NumbersPlay
Обзор
Документация
Войти
/
crypt
/
NumbersPlay
Код
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Assets/Plugins/Zenject/Source/Install/InstallerBase.cs
20 строк
385 B
Crypt
start
16 ноя 2025, 14:28
16 ноя 2025, 14:28
1482007
Код
Авторство
О чём код?
namespace Zenject { public abstract class InstallerBase : IInstaller { [Inject] DiContainer _container = null; protected DiContainer Container { get { return _container; } } public virtual bool IsEnabled { get { return true; } } public abstract void InstallBindings(); } }