Guest User

Untitled

a guest
Jul 26th, 2011
241
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ### Eclipse Workspace Patch 1.0
  2. #P L2J_Server
  3. Index: java/com/l2jserver/gameserver/activeChar.java
  4. ===================================================================
  5. --- java/com/l2jserver/gameserver/activeChar.java   (revision 0)
  6. +++ java/com/l2jserver/gameserver/activeChar.java   (revision 0)
  7. @@ -0,0 +1,51 @@
  8. +/*
  9. + * This program is free software: you can redistribute it and/or modify it under
  10. + * the terms of the GNU General Public License as published by the Free Software
  11. + * Foundation, either version 3 of the License, or (at your option) any later
  12. + * version.
  13. + *
  14. + * This program is distributed in the hope that it will be useful, but WITHOUT
  15. + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
  16. + * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
  17. + * details.
  18. + *
  19. + * You should have received a copy of the GNU General Public License along with
  20. + * this program. If not, see <http://www.gnu.org/licenses/>.
  21. + */
  22. +package com.l2jserver.gameserver;
  23. +
  24. +/**
  25. + * @author Lefteris
  26. + *
  27. + */
  28. +public class activeChar
  29. +{
  30. +
  31. +   /**
  32. +    * @return
  33. +    */
  34. +   public static int getPvpKills()
  35. +   {
  36. +       // TODO Auto-generated method stub
  37. +       return 0;
  38. +   }
  39. +
  40. +   /**
  41. +    * @param string
  42. +    */
  43. +   public static void sendMessage(String string)
  44. +   {
  45. +       // TODO Auto-generated method stub
  46. +      
  47. +   }
  48. +
  49. +   /**
  50. +    * @param b
  51. +    */
  52. +   public static void setHero(boolean b)
  53. +   {
  54. +       // TODO Auto-generated method stub
  55. +      
  56. +   }
  57. +  
  58. +}
Advertisement
Add Comment
Please, Sign In to add comment