forked from MagicBane/Server
More behaviour work
This commit is contained in:
@@ -25,8 +25,8 @@ public class Behaviour {
|
||||
|
||||
public static Object MapIntToInts(AbstractCharacter caster, AbstractWorldObject target, Power power,
|
||||
PowerAction powerAction, Effect effect, ModifierEntry modifierEntry, Integer rank) {
|
||||
System.out.println("Behavior method called");
|
||||
return null;
|
||||
|
||||
return powerAction.attackAnimations;
|
||||
}
|
||||
|
||||
public static Object Standard(AbstractCharacter caster, AbstractWorldObject target, Power power,
|
||||
|
||||
Reference in New Issue
Block a user