Update Project
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
namespace Zenject
|
||||
{
|
||||
// We extract the interface so that monobehaviours can be installers
|
||||
public interface IInstaller
|
||||
{
|
||||
void InstallBindings();
|
||||
|
||||
bool IsEnabled
|
||||
{
|
||||
get;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user