15class CatchFireSubcomponent :
public ::OnHitSubcomponent {
19 ::ll::TypedStorage<4, 4, float> mOnFireTime;
20 ::ll::TypedStorage<1, 1, bool> mFireAffectedByGriefing;
26 virtual ~CatchFireSubcomponent() =
default;
34 virtual char const* getName()
const ;
40 MCAPI CatchFireSubcomponent();
58 MCAPI
char const* $getName()
const;