forked from MagicBane/Server
ModBehaviour defined
This commit is contained in:
@@ -1319,6 +1319,26 @@ public class mbEnums {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public enum ModBehavior {
|
||||||
|
Behavior,
|
||||||
|
Flag,
|
||||||
|
MapIntToInts,
|
||||||
|
Standard,
|
||||||
|
FPSubTypeAttr,
|
||||||
|
SubTypeSourceType,
|
||||||
|
SubTypePowerType,
|
||||||
|
SubTypeSkill,
|
||||||
|
FPSubTypeDmg,
|
||||||
|
DD,
|
||||||
|
String,
|
||||||
|
SubTypeMod,
|
||||||
|
SubTypePower,
|
||||||
|
SubTypeDmg,
|
||||||
|
FPSubTypeSkill,
|
||||||
|
FPSubTypeMonster,
|
||||||
|
ProcInfo
|
||||||
|
}
|
||||||
|
|
||||||
public enum MovementState {
|
public enum MovementState {
|
||||||
|
|
||||||
IDLE,
|
IDLE,
|
||||||
|
|||||||
Reference in New Issue
Block a user