namespace Omegasis.AutoSpeed.Framework { /// The mod configuration. internal class ModConfig { /// The added speed. public int Speed { get; set; } = 5; } }