Tidy up a part of the code

This commit is contained in:
Perfare
2017-02-12 04:57:24 +08:00
parent b580b293f3
commit 16ed347a30
14 changed files with 299 additions and 318 deletions

View File

@ -11,7 +11,7 @@ namespace Unity_Studio
//m_FileID 0 means current file
public int m_FileID = -1;
//m_PathID acts more like a hash in some games
public long m_PathID = 0;
public long m_PathID;
}
public static class PPtrHelpers