package com.alphaae.mcpe.servers;

public interface Config {
    int JOIN_WAITING_TIME = 240;

}