mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Implement ShearedNub.cs as well as tweak the syntax in NormalNub.cs
This commit is contained in:
@ -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()
|
||||
|
Reference in New Issue
Block a user