mirror of
https://github.com/Thealexbarney/LibHac.git
synced 2025-02-09 13:14:46 +01:00
Make CombinationStream public
This commit is contained in:
parent
f1ac965df8
commit
b182f743ca
@ -29,7 +29,7 @@ using System.Threading;
|
||||
|
||||
namespace LibHac.Streams
|
||||
{
|
||||
internal class CombinationStream : Stream
|
||||
public class CombinationStream : Stream
|
||||
{
|
||||
private readonly IList<Stream> _streams;
|
||||
private readonly IList<int> _streamsToDispose;
|
||||
|
Loading…
x
Reference in New Issue
Block a user