#ifndef _DAMAGEDESCRIPTION_H_ #define _DAMAGEDESCRIPTION_H_ #include #include #include namespace nonut { class DamageDescription : public Class { public: DamageDescription(); explicit DamageDescription(SQObject object); // Properties Property flags; Property damage; Property item_instance; Property distance; Property spell_id; Property spell_level; Property node; }; } #endif