Skip to content

mark CooldownBucketType as Flags enum

Mateusz Brawański requested to merge github/fork/uwx/patch-44 into master

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.

Merge request reports

Loading