namespace Artemis.Storage.Legacy.Entities.Profile; internal class ProfileConfigurationHotkeyEntity { public int? Key { get; set; } public int? Modifiers { get; set; } }