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