Guest User

Action.java

a guest
Sep 21st, 2016
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.12 KB | None | 0 0
  1.  
  2. public enum Action {
  3.     WALK_TO_BANK,
  4.     WALK_TO_TREES,
  5.     DROP_ITEMS,
  6.     BANK_ITEMS,
  7.     CHOP_TREES,
  8.     PERFORMING_ACTION
  9. }
Add Comment
Please, Sign In to add comment