Implement ShearedNub.cs as well as tweak the syntax in NormalNub.cs

This commit is contained in:
mk56-spn
2023-01-26 13:53:17 +01:00
parent b8ae689b31
commit 6dfb9630d6
3 changed files with 33 additions and 4 deletions

View File

@ -22,6 +22,10 @@ namespace osu.Game.Graphics.UserInterface
private readonly Box fill;
private readonly Container main;
/// <summary>
/// Implements the shape for the nub, allowing for any type of container to be used.
/// </summary>
/// <returns></returns>
protected abstract Container CreateNubContainer();
protected Nub()