RuneHive-Game
Loading...
Searching...
No Matches
NetworkConstants.java
Go to the documentation of this file.
1package dev.advo.fs.net;
2
3public final class NetworkConstants {
4
5 public static final int SERVICE_PORT = 43595;
6
7 public static final int IDLE_TIME = 15;
8
9 private NetworkConstants() {
10
11 }
12
13}