This commit is contained in:
Perfare
2019-08-12 04:36:07 +08:00
parent 1d2c0ab6cb
commit b5d2c2cadb
4 changed files with 39 additions and 36 deletions

View File

@ -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;
}
}