namespace Core.Models.Spt.Server; public class DatabaseTables { public Bots? bots { get; } public Hideout? hideout { get; } public LocaleBase? locales { get; } public Locations? locations { get; } public Match? match { get; } public Templates? templates { get; } public Dictionary? traders { get; } public Globals? globals { get; } public ServerBase? server { get; } public SettingsBase? settings { get; } }