#pragma once #include class ServerNode : public Node { GDCLASS(ServerNode, Node); static void _bind_methods(); void enter_tree(); void exit_tree(); protected: void _notification(int what); };