Advertisement
Guest User

Direction

a guest
Jan 7th, 2017
351
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.16 KB | None | 0 0
  1. package org.firstinspires.ftc.teamcode;
  2.  
  3. /**
  4.  * Created by weznon on 1/6/17.
  5.  */
  6.  
  7. public enum direction {
  8.     FOR, BACK, LEFT, RIGHT, STOP, TURNR, TURNL
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement