use crateClient;
use crateHostClient;
use ;
use Query;
use Server;
/// Returns true if the peer is a client (host-server counts as a server)
/// Returns true if the peer is a server
/// Returns true if we are running in host-server mode, i.e. the server is acting as a client
/// (in which case we can disable the networking/prediction/interpolation systems on the client)
///
/// We are in HostServer mode if the mode is set to HostServer AND the server is running.
/// (checking if the mode is set to HostServer is not enough, it just means that the server plugin
/// and client plugin are running in the same App)