mirror of
https://github.com/aelurum/AssetStudio.git
synced 2025-12-13 19:22:46 -05:00
improved
This commit is contained in:
@ -126,6 +126,6 @@ namespace AssetStudio
|
||||
m_PathID = m_Object.m_PathID;
|
||||
}
|
||||
|
||||
public bool IsNull() => m_PathID == 0 || m_FileID < 0;
|
||||
public bool IsNull => m_PathID == 0 || m_FileID < 0;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user