1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-02 11:31:02 +08:00

Make UserFileStorage readonly again

This commit is contained in:
Bartłomiej Dach
2023-05-06 19:26:51 +02:00
Unverified
parent 64d7e0d896
commit 5e64d25b2a
+1 -1
View File
@@ -39,7 +39,7 @@ namespace osu.Game.Database
/// </summary>
protected abstract string FileExtension { get; }
protected Storage UserFileStorage;
protected readonly Storage UserFileStorage;
private readonly Storage exportStorage;
protected virtual string GetFilename(TModel item) => item.GetDisplayString();