using System; namespace CLre_server.Tweaks.Chat { [Serializable] public struct ChatConfig { public bool commands_enabled; public string email_address; public string password; } }