mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-11 09:42:54 +00:00
@@ -17,6 +17,7 @@
|
||||
package com.l2jserver.model.template;
|
||||
|
||||
import com.l2jserver.model.id.template.ItemTemplateID;
|
||||
import com.l2jserver.model.world.Actor;
|
||||
|
||||
/**
|
||||
* Template for effects
|
||||
@@ -33,6 +34,16 @@ public abstract class EffectTemplate extends AbstractTemplate<Object> {
|
||||
return null;
|
||||
}
|
||||
|
||||
/**
|
||||
* Adds this effect to the given <tt>actor</tt>
|
||||
*
|
||||
* @param actor
|
||||
* the actor
|
||||
*/
|
||||
public void apply(Actor actor) {
|
||||
|
||||
}
|
||||
|
||||
@Override
|
||||
public ItemTemplateID getID() {
|
||||
return (ItemTemplateID) super.getID();
|
||||
|
||||
Reference in New Issue
Block a user