- [Core] Exportable Material.
- [Core] Added name to `PPtr` and `Object` when available.
This commit is contained in:
@@ -24,6 +24,8 @@ namespace AssetStudio
|
||||
[JsonIgnore]
|
||||
public uint byteSize;
|
||||
|
||||
public virtual string Name => string.Empty;
|
||||
|
||||
public Object(ObjectReader reader)
|
||||
{
|
||||
this.reader = reader;
|
||||
|
||||
Reference in New Issue
Block a user