Initial Commit
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
#if !NOT_UNITY3D
|
||||
|
||||
namespace Zenject
|
||||
{
|
||||
public interface IPrefabProvider
|
||||
{
|
||||
UnityEngine.Object GetPrefab(InjectContext context);
|
||||
}
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user