public static Vector2 GetAngle(this MovementType type)
 {
     return(type.GetCustomTypeAttribute <Vector2Attribute>().AsVector2);
 }