mirror of
https://github.com/KillzXGaming/Switch-Toolbox
synced 2024-11-14 00:47:37 +00:00
11 lines
147 B
C#
11 lines
147 B
C#
using System;
|
|
using System.IO;
|
|
using System.Text;
|
|
|
|
namespace Toolbox.Library.IO
|
|
{
|
|
public static class StreamReaderExtensions
|
|
{
|
|
|
|
}
|
|
}
|