Advertisement
L2-Irrelevant

Sex.java

Mar 14th, 2022
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. com.l2jfrozen.gameserver.model.base.Sex.java
  2. ========================================================
  3.  
  4. package com.l2jfrozen.gameserver.model.base;
  5.  
  6. /**
  7. * This class ...
  8. * @version $Revision: 1.2.4.1 $ $Date: 2005/03/27 15:29:32 $
  9. */
  10. public class Sex
  11. {
  12. public static final int MALE = 0;
  13. public static final int FEMALE = 1;
  14. }
  15.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement