Skip to content

Commit 86281d8

Browse files
committed
Make ForEachFile public
1 parent 704b360 commit 86281d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RageLib.GTA5/Utilities/ArchiveUtilities.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ public static void ForEachFile(string gameDirectoryName, ProcessFileDelegate pro
7878
}
7979
}
8080

81-
private static void ForEachFile(string fullPathName, IArchiveDirectory directory, RageArchiveEncryption7 encryption, ProcessFileDelegate processDelegate)
81+
public static void ForEachFile(string fullPathName, IArchiveDirectory directory, RageArchiveEncryption7 encryption, ProcessFileDelegate processDelegate)
8282
{
8383
foreach (var file in directory.GetFiles())
8484
{

0 commit comments

Comments
 (0)