Skip to content

Commit

Permalink
feat: add new BossBarColor enum value
Browse files Browse the repository at this point in the history
  • Loading branch information
Dofes committed Feb 26, 2024
1 parent a5f4c53 commit 7fa0a5a
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions src/mc/enums/BossBarColor.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@
#include "mc/_HeaderOutputPredefine.h"

enum class BossBarColor : int {
Pink = 0x0,
Blue = 0x1,
Red = 0x2,
Green = 0x3,
Yellow = 0x4,
Purple = 0x5,
White = 0x6,
Pink = 0x0,
Blue = 0x1,
Red = 0x2,
Green = 0x3,
Yellow = 0x4,
Purple = 0x5,
RebeccaPurple = 0x5,
White = 0x6,
};

0 comments on commit 7fa0a5a

Please sign in to comment.