Skip to content

Commit

Permalink
MSBF - Update knowledge
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperHackio committed Feb 19, 2024
1 parent 95d946f commit bb696a0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Hack.io.MSBF/MSBF.cs
Original file line number Diff line number Diff line change
Expand Up @@ -496,8 +496,8 @@ public enum Conditions : ushort

public enum Events
{
EventFunc,
EventFunc_,
EventFuncAndChain,
EventFuncAndEnd,
ChainToNextNode,
ForwardFlow,
AnimeFunc,
Expand All @@ -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,
};
}

0 comments on commit bb696a0

Please sign in to comment.