|
|
|
// • ▌ ▄ ·. ▄▄▄· ▄▄ • ▪ ▄▄· ▄▄▄▄· ▄▄▄· ▐▄▄▄ ▄▄▄ .
|
|
|
|
// ·██ ▐███▪▐█ ▀█ ▐█ ▀ ▪██ ▐█ ▌▪▐█ ▀█▪▐█ ▀█ •█▌ ▐█▐▌·
|
|
|
|
// ▐█ ▌▐▌▐█·▄█▀▀█ ▄█ ▀█▄▐█·██ ▄▄▐█▀▀█▄▄█▀▀█ ▐█▐ ▐▌▐▀▀▀
|
|
|
|
// ██ ██▌▐█▌▐█ ▪▐▌▐█▄▪▐█▐█▌▐███▌██▄▪▐█▐█ ▪▐▌██▐ █▌▐█▄▄▌
|
|
|
|
// ▀▀ █▪▀▀▀ ▀ ▀ ·▀▀▀▀ ▀▀▀·▀▀▀ ·▀▀▀▀ ▀ ▀ ▀▀ █▪ ▀▀▀
|
|
|
|
// Magicbane Emulator Project © 2013 - 2024
|
|
|
|
// www.magicbane.com
|
|
|
|
|
|
|
|
package engine.wpakpowers;
|
|
|
|
|
|
|
|
public class Behaviour {
|
|
|
|
|
|
|
|
public static void Behaviour() {
|
|
|
|
System.out.println("Behavior method called");
|
|
|
|
}
|
|
|
|
|
|
|
|
public static void Flag() {
|
|
|
|
System.out.println("Behavior method called");
|
|
|
|
}
|
|
|
|
|
|
|
|
public static void MapIntToInts() {
|
|
|
|
System.out.println("Behavior method called");
|
|
|
|
}
|
|
|
|
|
|
|
|
public static void Standard() {
|
|
|
|
System.out.println("Behavior method called");
|
|
|
|
}
|
|
|
|
|
|
|
|
public static void FPSubTypeAttr() {
|
|
|
|
System.out.println("Behavior method called");
|
|
|
|
}
|
|
|
|
|
|
|
|
public static void SubTypeSourceType() {
|
|
|
|
System.out.println("Behavior method called");
|
|
|
|
}
|
|
|
|
|
|
|
|
public static void SubTypePowerType() {
|
|
|
|
System.out.println("Behavior method called");
|
|
|
|
}
|
|
|
|
|
|
|
|
public static void SubTypeSkill() {
|
|
|
|
System.out.println("Behavior method called");
|
|
|
|
}
|
|
|
|
|
|
|
|
public static void FPSubTypeDmg() {
|
|
|
|
System.out.println("Behavior method called");
|
|
|
|
}
|
|
|
|
|
|
|
|
public static void DD() {
|
|
|
|
System.out.println("Behavior method called");
|
|
|
|
}
|
|
|
|
|
|
|
|
public static void StringBehaviour() {
|
|
|
|
System.out.println("Behavior method called");
|
|
|
|
}
|
|
|
|
|
|
|
|
public static void SubTypeMod() {
|
|
|
|
System.out.println("Behavior method called");
|
|
|
|
}
|
|
|
|
|
|
|
|
public static void SubTypePower() {
|
|
|
|
System.out.println("Behavior method called");
|
|
|
|
}
|
|
|
|
|
|
|
|
public static void SubTypeDmg() {
|
|
|
|
System.out.println("Behavior method called");
|
|
|
|
}
|
|
|
|
|
|
|
|
public static void FPSubTypeSkill() {
|
|
|
|
System.out.println("Behavior method called");
|
|
|
|
}
|
|
|
|
|
|
|
|
public static void FPSubTypeMonster() {
|
|
|
|
System.out.println("Behavior method called");
|
|
|
|
}
|
|
|
|
|
|
|
|
public static void ProcInfo() {
|
|
|
|
System.out.println("Behavior method called");
|
|
|
|
}
|
|
|
|
}
|