Skip to content

Commit

Permalink
Make LifetimeScope's Script Execution order early
Browse files Browse the repository at this point in the history
  • Loading branch information
hadashiA committed Apr 23, 2021
1 parent 5f101a2 commit 5d73819
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

namespace VContainer.Unity
{
[DefaultExecutionOrder(-5000)]
public partial class LifetimeScope : MonoBehaviour, IDisposable
{
public readonly struct ParentOverrideScope : IDisposable
Expand Down

0 comments on commit 5d73819

Please sign in to comment.