diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2023-10-25 15:30:31 +1100 |
---|---|---|
committer | Kae <80987908+Novaenia@users.noreply.github.com> | 2023-10-25 15:30:31 +1100 |
commit | 48b8d43ff891216735720b9844dba31583a4245b (patch) | |
tree | d383eddd30adbb6028b5f9718723a3be5b62c252 /source/game/StarArmorWearer.hpp | |
parent | ced12b62e0f07a87acde665589fe333075b35178 (diff) |
Add player Lua functions from SE
Diffstat (limited to 'source/game/StarArmorWearer.hpp')
-rw-r--r-- | source/game/StarArmorWearer.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source/game/StarArmorWearer.hpp b/source/game/StarArmorWearer.hpp index 3b02ab2..84df8c7 100644 --- a/source/game/StarArmorWearer.hpp +++ b/source/game/StarArmorWearer.hpp @@ -30,6 +30,8 @@ public: void effects(EffectEmitter& effectEmitter); List<PersistentStatusEffect> statusEffects() const; + void reset(); + Json diskStore() const; void diskLoad(Json const& diskStore); |