Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- com.l2jfrozen.gameserver.model.base.Sex.java
- ========================================================
- package com.l2jfrozen.gameserver.model.base;
- /**
- * This class ...
- * @version $Revision: 1.2.4.1 $ $Date: 2005/03/27 15:29:32 $
- */
- public class Sex
- {
- public static final int MALE = 0;
- public static final int FEMALE = 1;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement