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
Each behavior should use a consistent isFinished() function. As it stands now, some behaviors use isFinished as a variable. Some use it as a function. Many states don't use it at all. This should be tweaked.
The text was updated successfully, but these errors were encountered:
Each behavior should use a consistent
isFinished()
function. As it stands now, some behaviors useisFinished
as a variable. Some use it as a function. Many states don't use it at all. This should be tweaked.The text was updated successfully, but these errors were encountered: