mirror of
https://github.com/osukey/osukey.git
synced 2025-04-29 10:47:22 +09:00
Make UserFileStorage
readonly
again
This commit is contained in:
parent
64d7e0d896
commit
5e64d25b2a
@ -39,7 +39,7 @@ namespace osu.Game.Database
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
protected abstract string FileExtension { get; }
|
protected abstract string FileExtension { get; }
|
||||||
|
|
||||||
protected Storage UserFileStorage;
|
protected readonly Storage UserFileStorage;
|
||||||
private readonly Storage exportStorage;
|
private readonly Storage exportStorage;
|
||||||
protected virtual string GetFilename(TModel item) => item.GetDisplayString();
|
protected virtual string GetFilename(TModel item) => item.GetDisplayString();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user