Esempio n. 1
0
 private static bool VerifyFilesHelper(NexonArchiveFileEntry file)
 {
     return(file.Verify());
 }
Esempio n. 2
0
 private static bool VerifyHelper(NexonArchiveFileEntry entry)
 {
     return(entry.Verify());
 }