forked from MagicBane/Server
More behaviour work
This commit is contained in:
@@ -17,16 +17,10 @@ import engine.wpak.data.Power;
|
||||
|
||||
public class Behaviour {
|
||||
|
||||
public static Object Behaviour(AbstractCharacter caster, AbstractWorldObject target, Power power,
|
||||
ActionEntry powerAction, Effect effect, ModifierEntry modifierEntry, Integer rank) {
|
||||
System.out.println("Behavior method called");
|
||||
return null;
|
||||
}
|
||||
|
||||
public static Object Flag(AbstractCharacter caster, AbstractWorldObject target, Power power,
|
||||
ActionEntry powerAction, Effect effect, ModifierEntry modifierEntry, Integer rank) {
|
||||
System.out.println("Behavior method called");
|
||||
return null;
|
||||
boolean modValue = true;
|
||||
return modValue;
|
||||
}
|
||||
|
||||
public static Object MapIntToInts(AbstractCharacter caster, AbstractWorldObject target, Power power,
|
||||
|
||||
Reference in New Issue
Block a user