source:
lost-haven/main/Action.java@
3d64884
Last change on this file since 3d64884 was 8edd04e, checked in by , 5 years ago | |
---|---|
|
|
File size: 82 bytes |
Rev | Line | |
---|---|---|
[8edd04e] | 1 | package main; |
2 | ||
3 | public enum Action { | |
4 | Walking, | |
5 | Standing, | |
6 | Attacking, | |
7 | Dying | |
8 | } |
Note:
See TracBrowser
for help on using the repository browser.