using Tgstation.Server.Api.Models; sealed class TgsYml { public int Version { get; set; } public string Byond { get; set; } = String.Empty; public List StaticFiles { get; set; } = new List(); public Dictionary WindowsScripts { get; set; } = new Dictionary(); public Dictionary LinuxScripts { get; set; } = new Dictionary(); public DreamDaemonSecurity Security { get; set; } }