mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-11 17:52:52 +00:00
@@ -16,6 +16,7 @@
|
||||
*/
|
||||
package com.l2jserver.service.admin;
|
||||
|
||||
import com.l2jserver.model.world.L2Character;
|
||||
import com.l2jserver.service.Service;
|
||||
|
||||
/**
|
||||
@@ -24,5 +25,9 @@ import com.l2jserver.service.Service;
|
||||
* @author <a href="http://www.rogiel.com">Rogiel</a>
|
||||
*/
|
||||
public interface GMService extends Service {
|
||||
void command(L2Character character, String command, String... args);
|
||||
|
||||
public interface GMCommand {
|
||||
void gm(L2Character character, String... args);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user