#ifndef SCREEPS_EFFECT_H #define SCREEPS_EFFECT_H #include namespace Screeps { struct Effect { int effect; std::optional level; int ticksRemaining; }; } // namespace Screeps #endif // SCREEPS_EFFECT_H