diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/io/networked_multiplayer_peer.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/io/networked_multiplayer_peer.h b/core/io/networked_multiplayer_peer.h index d8143b02c0..7071a52d7b 100644 --- a/core/io/networked_multiplayer_peer.h +++ b/core/io/networked_multiplayer_peer.h @@ -32,6 +32,8 @@ public: virtual StringName get_packet_peer() const=0; virtual int get_packet_channel() const=0; + virtual bool is_server() const=0; + virtual void poll()=0; virtual ConnectionStatus get_connection_status() const=0; |