feat: added get_singleton() functions to c/s-nodes
This commit is contained in:
parent
a5df2ff598
commit
badf83cf91
4 changed files with 12 additions and 0 deletions
|
|
@ -62,3 +62,7 @@ void ServerNode::_notification(int what) {
|
|||
return;
|
||||
}
|
||||
}
|
||||
|
||||
ServerNode *ServerNode::get_singleton() {
|
||||
return singleton_instance;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue