1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 10:33:30 +08:00

Ignore lookup types for JSON serialisation

This commit is contained in:
smoogipoo 2020-12-01 18:08:59 +09:00
parent 4900589af4
commit c61f00525d

View File

@ -56,6 +56,7 @@ namespace osu.Game.Audio
/// <summary>
/// Retrieve all possible filenames that can be used as a source, returned in order of preference (highest first).
/// </summary>
[JsonIgnore]
public virtual IEnumerable<string> LookupNames
{
get