838485868788899091
/** * @return the network component singleton */ public static Network getNetwork() { if (m_network == null) { m_network = new NetworkGame(); } return m_network; }