コード例 #1
0
ファイル: BND4.cs プロジェクト: nexus4411/SoulsFormats
 public PathHash(int index, string path)
 {
     Index = index;
     Hash  = SFUtil.FromPathHash(path);
 }