export interface IRoomChatSettings { mode: number; weight: number; speed: number; distance: number; protection: number; }