diff --git a/src/AutoRunners/ProcessRunnerBinder.cs b/src/AutoRunners/ProcessRunnerBinder.cs index 3361905..eaa128f 100644 --- a/src/AutoRunners/ProcessRunnerBinder.cs +++ b/src/AutoRunners/ProcessRunnerBinder.cs @@ -6,7 +6,7 @@ namespace DCFApixels.DragonECS { public static class ProcessRunnerBinder { - private static MethodInfo _declareRunnerMethod = typeof(EcsPipeline).GetMethod(nameof(EcsPipeline.DeclareRunner)); + private static MethodInfo _declareRunnerMethod = typeof(EcsPipeline).GetMethod(nameof(EcsPipeline.GetRunnerInstance)); public static T GetRunnerAuto(this EcsPipeline self) where T : IEcsProcess { if(self.TryGetRunner(out T process))