예제 #1
0
파일: WWWMgr.cs 프로젝트: nmbswls/CSCI529
 public static string GetHash(WWWType type, string url)
 {
     return(GetMd5(type.ToString() + '_' + url));
 }