Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavopsantos authored Mar 3, 2024
1 parent cecb9ef commit 9863390
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ GameObjectInjector::void InjectRecursiveMany(List<GameObject> gameObject, Contai

## 🧩 Extensions
```csharp
// Allows you to get a scene container, allowing you to resolve/inject dependencies if a different way during runtime
// Allows you to get a scene container, allowing you to resolve/inject dependencies in a different way during runtime
SceneExtensions::GetSceneContainer(this Scene scene)
{
return UnityInjector.ContainersPerScene[scene];
Expand Down

0 comments on commit 9863390

Please sign in to comment.