feat: improved ServerNode scriptability
This commit is contained in:
parent
cfb901ec46
commit
6add0813d1
4 changed files with 42 additions and 18 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue