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

Ignore lookup types for JSON serialisation

This commit is contained in:
smoogipoo 2020-12-01 18:08:59 +09:00
parent 2bb7484608
commit b780fdbe4c

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