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