mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
Construct DllResourceStore with assemblies
This commit is contained in:
@ -104,7 +104,7 @@ namespace osu.Game.Rulesets
|
||||
|
||||
public virtual Drawable CreateIcon() => new SpriteIcon { Icon = FontAwesome.Solid.QuestionCircle };
|
||||
|
||||
public virtual IResourceStore<byte[]> CreateResourceStore() => new NamespacedResourceStore<byte[]>(new DllResourceStore(GetType().Assembly.Location), @"Resources");
|
||||
public virtual IResourceStore<byte[]> CreateResourceStore() => new NamespacedResourceStore<byte[]>(new DllResourceStore(GetType().Assembly), @"Resources");
|
||||
|
||||
public abstract string Description { get; }
|
||||
|
||||
|
Reference in New Issue
Block a user