source: java-rpg-common/LandType.java@ d6c8eb6

Last change on this file since d6c8eb6 was 04e7260, checked in by dportnoy <dmp1488@…>, 17 years ago

[svn r20]

  • Property mode set to 100644
File size: 46 bytes
Line 
1
2public enum LandType {
3 Grass,
4 Ocean
5}
Note: See TracBrowser for help on using the repository browser.