blob: da05704cddf62e77b4b6cd926396ddf5c53535c0 (
plain)
1
2
3
4
5
6
7
|
package de.hype.bbsentials.packets;
public class EnviromentPacketConfig {
public static final String enviroment = "Client";
public static final String notEnviroment = "Server";
public static final int apiVersion = 1;
}
|