Reimplement solo and mp rig switching
This commit is contained in:
@@ -43,4 +43,9 @@ public static class Injector
|
||||
{
|
||||
LookupContainer(go, container).InjectGameObject(go);
|
||||
}
|
||||
|
||||
public static void Inject(this MonoBehaviour mb, ContainerSources container = ContainerSources.SceneContext)
|
||||
{
|
||||
LookupContainer(mb.gameObject, container).Inject(mb);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user