mirror of
https://github.com/ppy/osu.git
synced 2025-03-15 14:47:18 +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>
|
/// <summary>
|
||||||
/// Retrieve all possible filenames that can be used as a source, returned in order of preference (highest first).
|
/// Retrieve all possible filenames that can be used as a source, returned in order of preference (highest first).
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
[JsonIgnore]
|
||||||
public virtual IEnumerable<string> LookupNames
|
public virtual IEnumerable<string> LookupNames
|
||||||
{
|
{
|
||||||
get
|
get
|
||||||
|
Loading…
x
Reference in New Issue
Block a user