You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FIY the sample state machine is actually not compiling for those reasons:
SubjectNerd/StateMachine/Example/SampleStateMachine.cs(33,36): error CS0103: The name `Current_State' does not exist in the current context
SubjectNerd/StateMachine/Example/SampleStateMachine.cs(56,30): error CS0103: The name `HasState' does not exist in the current context
The text was updated successfully, but these errors were encountered:
Hi,
FIY the sample state machine is actually not compiling for those reasons:
The text was updated successfully, but these errors were encountered: