export default interface IDebugSettings {
    isServer: boolean;
    port?: number;
    behaviorPackFolderName?: string;
}
