From bb696a07505ad41f8bf6233c5b749af9bde1ea08 Mon Sep 17 00:00:00 2001 From: Super Hackio Date: Mon, 19 Feb 2024 09:05:21 -0800 Subject: [PATCH] MSBF - Update knowledge --- Hack.io.MSBF/MSBF.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Hack.io.MSBF/MSBF.cs b/Hack.io.MSBF/MSBF.cs index 952ce90..f380a7d 100644 --- a/Hack.io.MSBF/MSBF.cs +++ b/Hack.io.MSBF/MSBF.cs @@ -496,8 +496,8 @@ public enum Conditions : ushort public enum Events { - EventFunc, - EventFunc_, + EventFuncAndChain, + EventFuncAndEnd, ChainToNextNode, ForwardFlow, AnimeFunc, @@ -512,7 +512,7 @@ public enum Events public static bool IsUseParameter(Events Event) => Event switch { - Events.EventFunc or Events.EventFunc_ or Events.AnimeFunc or Events.KillFunc => true, + Events.EventFuncAndChain or Events.EventFuncAndEnd or Events.AnimeFunc or Events.KillFunc => true, _ => false, }; } \ No newline at end of file