|
|
@ -9,11 +9,6 @@ import engine.wpak.data.PowerAction; |
|
|
|
|
|
|
|
|
|
|
|
public class Actions { |
|
|
|
public class Actions { |
|
|
|
|
|
|
|
|
|
|
|
public static void ApplyEffect(AbstractCharacter caster, AbstractWorldObject target, Power power, |
|
|
|
|
|
|
|
Integer rank, PowerAction powerAction) { |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public static void ApplyEffects(AbstractCharacter caster, AbstractWorldObject target, Power power, |
|
|
|
public static void ApplyEffects(AbstractCharacter caster, AbstractWorldObject target, Power power, |
|
|
|
Integer rank, PowerAction powerAction) { |
|
|
|
Integer rank, PowerAction powerAction) { |
|
|
|
|
|
|
|
|
|
|
|