18class SpawnAoECloudSubcomponent :
public ::OnHitSubcomponent {
22 ::ll::TypedStorage<4, 4, int> mPotionId;
23 ::ll::TypedStorage<4, 4, ::EffectDuration> mDuration;
24 ::ll::TypedStorage<4, 4, ::ParticleType> mParticle;
25 ::ll::TypedStorage<4, 4, int> mReapplicationDelay;
26 ::ll::TypedStorage<4, 4, float> mRadius;
27 ::ll::TypedStorage<4, 4, float> mRadiusOnUse;
28 ::ll::TypedStorage<4, 16, ::mce::Color> mParticleColor;
29 ::ll::TypedStorage<1, 1, bool> mAffectOwner;
35 virtual ~SpawnAoECloudSubcomponent() =
default;
43 virtual char const* getName()
const ;
49 MCAPI SpawnAoECloudSubcomponent();
67 MCAPI
char const* $getName()
const;