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

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

Move all global classes into the main package

  • Property mode set to 100644
File size: 76 bytes
RevLine 
[0870468]1package main;
2
3public enum Gender {
4 None,
5 Male,
6 Female
7}
Note: See TracBrowser for help on using the repository browser.