22 ::ll::TypedStorage<4, 4, float> mDuration;
23 ::ll::TypedStorage<4, 4, float> mRandomStartChance;
24 ::ll::TypedStorage<4, 4, int> mForceUseBelowHealth;
25 ::ll::TypedStorage<1, 1, bool> mApplyRegeneration;
26 ::ll::TypedStorage<4, 8, ::SharedTypes::IntRange> mActivationDamageRange;
27 ::ll::TypedStorage<8, 24, ::std::vector<::SharedTypes::Legacy::ActorDamageCause>> mDamageCauses;
28 ::ll::TypedStorage<8, 232, ::SharedTypes::v1_21_20::FilterGroupData> mFilters;
33 PlayDeadGoalDefinition& operator=(PlayDeadGoalDefinition
const&);
34 PlayDeadGoalDefinition(PlayDeadGoalDefinition
const&);
35 PlayDeadGoalDefinition();
44 MCAPI ~PlayDeadGoalDefinition();
56 MCAPI
static float const& DEFAULT_DURATION();
58 MCAPI
static float const& DEFAULT_RANDOM_START_CHANCE();
60 MCAPI static ::std::string_view
const& NAME();