Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ### Eclipse Workspace Patch 1.0
- #P L2J_Server
- Index: java/com/l2jserver/gameserver/activeChar.java
- ===================================================================
- --- java/com/l2jserver/gameserver/activeChar.java (revision 0)
- +++ java/com/l2jserver/gameserver/activeChar.java (revision 0)
- @@ -0,0 +1,51 @@
- +/*
- + * This program is free software: you can redistribute it and/or modify it under
- + * the terms of the GNU General Public License as published by the Free Software
- + * Foundation, either version 3 of the License, or (at your option) any later
- + * version.
- + *
- + * This program is distributed in the hope that it will be useful, but WITHOUT
- + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
- + * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
- + * details.
- + *
- + * You should have received a copy of the GNU General Public License along with
- + * this program. If not, see <http://www.gnu.org/licenses/>.
- + */
- +package com.l2jserver.gameserver;
- +
- +/**
- + * @author Lefteris
- + *
- + */
- +public class activeChar
- +{
- +
- + /**
- + * @return
- + */
- + public static int getPvpKills()
- + {
- + // TODO Auto-generated method stub
- + return 0;
- + }
- +
- + /**
- + * @param string
- + */
- + public static void sendMessage(String string)
- + {
- + // TODO Auto-generated method stub
- +
- + }
- +
- + /**
- + * @param b
- + */
- + public static void setHero(boolean b)
- + {
- + // TODO Auto-generated method stub
- +
- + }
- +
- +}
Advertisement
Add Comment
Please, Sign In to add comment