enum class ProjectileShape_t : uint32
{
    Sphere = 0,
    Capsule = 1,
};