1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-18 14:01:24 +08:00

Ignore lookup types for JSON serialisation

This commit is contained in:
smoogipoo
2020-12-01 18:08:59 +09:00
Unverified
parent 2bb7484608
commit b780fdbe4c
+1
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