mirror of
https://github.com/aelurum/AssetStudio.git
synced 2025-11-11 15:24:21 -05:00
Display "type" as a string in object dumps
This commit is contained in:
@ -17,7 +17,7 @@ namespace AssetStudio
|
||||
protected BuildType buildType;
|
||||
[JsonIgnore]
|
||||
public BuildTarget platform;
|
||||
[JsonIgnore]
|
||||
[JsonConverter(typeof(JsonStringEnumConverter))]
|
||||
public ClassIDType type;
|
||||
[JsonIgnore]
|
||||
public SerializedType serializedType;
|
||||
|
||||
Reference in New Issue
Block a user