mirror of
https://github.com/ppy/osu.git
synced 2025-01-06 09:03:01 +08:00
Actually annotate the correct ctor
This commit is contained in:
parent
a6aec6e007
commit
27ca7d0f4f
@ -11,12 +11,12 @@ namespace osu.Game.Skinning
|
|||||||
{
|
{
|
||||||
public class DefaultLegacySkin : LegacySkin
|
public class DefaultLegacySkin : LegacySkin
|
||||||
{
|
{
|
||||||
[UsedImplicitly(ImplicitUseKindFlags.InstantiatedWithFixedConstructorSignature)]
|
|
||||||
public DefaultLegacySkin(IResourceStore<byte[]> storage, IStorageResourceProvider resources)
|
public DefaultLegacySkin(IResourceStore<byte[]> storage, IStorageResourceProvider resources)
|
||||||
: this(Info, storage, resources)
|
: this(Info, storage, resources)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[UsedImplicitly(ImplicitUseKindFlags.InstantiatedWithFixedConstructorSignature)]
|
||||||
public DefaultLegacySkin(SkinInfo skin, IResourceStore<byte[]> storage, IStorageResourceProvider resources)
|
public DefaultLegacySkin(SkinInfo skin, IResourceStore<byte[]> storage, IStorageResourceProvider resources)
|
||||||
: base(skin, storage, resources, string.Empty)
|
: base(skin, storage, resources, string.Empty)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user