feat: improved ServerNode scriptability

This commit is contained in:
Sara Gerretsen 2025-10-29 17:19:18 +01:00
parent cfb901ec46
commit 6add0813d1
4 changed files with 42 additions and 18 deletions

View file

@ -15,7 +15,9 @@ protected:
public:
static ServerNode *get_singleton();
void open();
bool open();
void close();
bool is_open() const;
public:
static String const sig_clue_revealed;