source:
lost-perception/gamegui/Align.java@
0b84f13
| Last change on this file since 0b84f13 was ebd3538, checked in by , 7 years ago | |
|---|---|
|
|
| File size: 167 bytes | |
| Line | |
|---|---|
| 1 | package gamegui; |
| 2 | |
| 3 | public enum Align { |
| 4 | Center("Center", 0), |
| 5 | Right("Right", 1), |
| 6 | Left("Left", 2); |
| 7 | |
| 8 | private Align(final String s, final int n) { |
| 9 | } |
| 10 | } |
Note:
See TracBrowser
for help on using the repository browser.
![(please configure the [header_logo] section in trac.ini)](/medieval/chrome/site/your_project_logo.png)