mirror of
https://github.com/osukey/osukey.git
synced 2025-08-01 21:58:46 +09:00
Partial everything
This commit is contained in:
committed by
Dean Herbert
parent
a1c559ae05
commit
7bc8908ca9
@ -10,7 +10,7 @@ using osu.Framework.Graphics.Sprites;
|
||||
|
||||
namespace osu.Game.Graphics.Containers.Markdown
|
||||
{
|
||||
public class OsuMarkdownHeading : MarkdownHeading
|
||||
public partial class OsuMarkdownHeading : MarkdownHeading
|
||||
{
|
||||
private readonly int level;
|
||||
|
||||
@ -66,7 +66,7 @@ namespace osu.Game.Graphics.Containers.Markdown
|
||||
}
|
||||
}
|
||||
|
||||
private class HeadingTextFlowContainer : OsuMarkdownTextFlowContainer
|
||||
private partial class HeadingTextFlowContainer : OsuMarkdownTextFlowContainer
|
||||
{
|
||||
public float FontSize;
|
||||
public FontWeight FontWeight;
|
||||
|
Reference in New Issue
Block a user