mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
make static
This commit is contained in:
@ -36,7 +36,7 @@ namespace osu.Game.Database
|
||||
public Action<Notification>? PostNotification { get; set; }
|
||||
|
||||
// Store the model being exporting.
|
||||
private readonly List<TModel> exportingModels = new List<TModel>();
|
||||
private static readonly List<TModel> exportingModels = new List<TModel>();
|
||||
|
||||
/// <summary>
|
||||
/// Construct exporter.
|
||||
|
Reference in New Issue
Block a user