Core/Movement: Defined movement force type enum
Port From (https://github.com/TrinityCore/TrinityCore/commit/e2de5000acba888e2ae3177893f6063340902ffd)
This commit is contained in:
@@ -136,4 +136,10 @@ namespace Framework.Constants
|
||||
Mount = 1,
|
||||
Force = 2
|
||||
}
|
||||
|
||||
public enum MovementForceType
|
||||
{
|
||||
SingleDirectional = 0, // always in a single direction
|
||||
Gravity = 1 // pushes/pulls away from a single point
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user