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:
parent
2bb7484608
commit
b780fdbe4c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user