mirror of
https://github.com/KillzXGaming/Switch-Toolbox
synced 2024-11-23 13:03:15 +00:00
11 lines
154 B
C#
11 lines
154 B
C#
using System;
|
|
using System.IO;
|
|
using System.Text;
|
|
|
|
namespace Switch_Toolbox.Library.IO
|
|
{
|
|
public static class StreamReaderExtensions
|
|
{
|
|
|
|
}
|
|
}
|