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
This is assuming you have done all of part 1 correctly.
= Defining the Move Command =
When you got to the command package, right-click example command and select refactor -> rename. Then rename it to "Move".
Delete Example Command Base.
Remove any mention of CommandBase from the project.
Your "Move" command should then look something like this (excluding comments).