diff options
Diffstat (limited to 'node/rerolldicenode.h')
| -rw-r--r-- | node/rerolldicenode.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/node/rerolldicenode.h b/node/rerolldicenode.h index 2a98b4a..add7a48 100644 --- a/node/rerolldicenode.h +++ b/node/rerolldicenode.h @@ -52,6 +52,12 @@ public: */ virtual qint64 getPriority() const; + /** + * @brief getCopy + * @return + */ + virtual ExecutionNode* getCopy() const; + private: DiceResult* m_myDiceResult; bool m_adding; |