Guest User

Untitled

a guest
Jul 19th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. package com.example.easyscripts.Classes.Enums;
  2.  
  3. /**
  4. * Created by Raptor on 05.04.2018.
  5. */
  6.  
  7. public enum MoveTypes {
  8. onUp, onDown, onRight, onLeft, toPoint, Cycle
  9. }
Add Comment
Please, Sign In to add comment