Skip to content

Commit 3f95158

Browse files
committed
Changed QFS to be public
1 parent 823fa6a commit 3f95158

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SC4Parser/Compression/QFS.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ namespace SC4Parser.Compression
1717
/// - https://www.wiki.sc4devotion.com/index.php?title=DBPF_Compression
1818
/// - http://wiki.niotso.org/RefPack#Naming_notes
1919
/// </remarks>
20-
class QFS
20+
public class QFS
2121
{
2222
/// <summary>
2323
/// Uncompress data using QFS/RefPak and return uncompressed array of uncompressed data

0 commit comments

Comments
 (0)