source: lost-haven/main/LandType.java@ 155577b

Last change on this file since 155577b was 0870468, checked in by Dmitry Portnoy <dmitry.portnoy@…>, 4 years ago

Move all global classes into the main package

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