6352e8e319
all at once
12 lines
219 B
C++
12 lines
219 B
C++
#include "StarDamageBarEntity.hpp"
|
|
|
|
namespace Star {
|
|
|
|
EnumMap<DamageBarType> const DamageBarTypeNames{
|
|
{DamageBarType::Default, "Default"},
|
|
{DamageBarType::None, "None"},
|
|
{DamageBarType::Special, "Special"}
|
|
};
|
|
|
|
}
|