mark CooldownBucketType as Flags enum
Created by: uwx
Summary
Adds the Flags attribute to CooldownBucketType.
Details
Bitwise operations are performed on CooldownBucketType, but it's not marked with the Flags attribute. God forbid this fixes a ReSharper issue.
Changes proposed
- Add the Flags attribute to CooldownBucketType.