Reduced size of TargetState enum
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
namespace Bloom::Targets
|
namespace Bloom::Targets
|
||||||
{
|
{
|
||||||
enum class TargetState: int
|
enum class TargetState: std::uint8_t
|
||||||
{
|
{
|
||||||
UNKNOWN,
|
UNKNOWN,
|
||||||
STOPPED,
|
STOPPED,
|
||||||
|
|||||||
Reference in New Issue
Block a user