Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- package org.firstinspires.ftc.teamcode;
- /**
- * Created by weznon on 1/6/17.
- */
- public enum direction {
- FOR, BACK, LEFT, RIGHT, STOP, TURNR, TURNL
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement