using MLEM.Ui.Style; namespace Tests.Stub { public class StubStyle : UiStyle { public StubStyle() { this.Font = new StubFont(); } } }