mirror of
https://github.com/osukey/osukey.git
synced 2025-08-07 00:23:59 +09:00
Ignore lookup types for JSON serialisation
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user