mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 06:36:31 +09:00
Combine SkinSprite
into SkinnableSprite
This commit is contained in:
@ -54,7 +54,7 @@ namespace osu.Game.Skinning
|
||||
where TLookup : notnull
|
||||
where TValue : notnull;
|
||||
|
||||
private readonly RealmBackedResourceStore<SkinInfo> realmBackedStorage;
|
||||
private readonly RealmBackedResourceStore<SkinInfo>? realmBackedStorage;
|
||||
|
||||
/// <summary>
|
||||
/// Construct a new skin.
|
||||
|
Reference in New Issue
Block a user