mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/PCK-Studio.git
synced 2026-05-23 11:46:14 +00:00
Changed CSMBFileReader.Read to static method
This commit is contained in:
@@ -6,10 +6,11 @@ namespace PckStudio.Classes.IO.CSMB
|
||||
{
|
||||
internal class CSMBFileReader : StreamDataReader
|
||||
{
|
||||
public CSMBFile Read(Stream stream)
|
||||
public static CSMBFile Read(Stream stream)
|
||||
{
|
||||
return new CSMBFileReader().ReadFromStream(stream);
|
||||
}
|
||||
|
||||
private CSMBFileReader() : base(false)
|
||||
{ }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user