mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-25 22:17:45 +00:00
formatting consistency
This commit is contained in:
parent
aa63953da2
commit
caa5220f2d
1 changed files with 1 additions and 2 deletions
|
@ -525,8 +525,7 @@ namespace Sapphire::Common
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
enum struct ActionAspect :
|
enum struct ActionAspect : uint8_t
|
||||||
uint8_t
|
|
||||||
{
|
{
|
||||||
None = 0, // Doesn't imply unaspected
|
None = 0, // Doesn't imply unaspected
|
||||||
Fire = 1,
|
Fire = 1,
|
||||||
|
|
Loading…
Add table
Reference in a new issue