Sync with L2jServer HighFive Feb 15th 2015.
This commit is contained in:
@@ -20,11 +20,13 @@ package com.l2jserver.gameserver.scripting;
|
||||
|
||||
import java.util.Map;
|
||||
|
||||
import com.l2jserver.gameserver.model.events.AbstractScript;
|
||||
|
||||
/**
|
||||
* @author KenM
|
||||
* @param <S>
|
||||
*/
|
||||
public abstract class ScriptManager<S extends ManagedScript>
|
||||
public abstract class ScriptManager<S extends AbstractScript>
|
||||
{
|
||||
public abstract Map<String, S> getScripts();
|
||||
|
||||
|
Reference in New Issue
Block a user