mirror of
https://github.com/ppy/osu.git
synced 2025-02-16 00:22:58 +08:00
Change SpriteComponent
accessibility to internal
This commit is contained in:
parent
ed7c49f5a7
commit
4bf11df57c
@ -65,7 +65,7 @@ namespace osu.Game.Skinning
|
|||||||
|
|
||||||
public bool UsesFixedAnchor { get; set; }
|
public bool UsesFixedAnchor { get; set; }
|
||||||
|
|
||||||
public class SpriteComponent : ISkinComponent
|
internal class SpriteComponent : ISkinComponent
|
||||||
{
|
{
|
||||||
public string LookupName { get; set; }
|
public string LookupName { get; set; }
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user