mirror of
https://github.com/lifegpc/GARbro.git
synced 2026-06-06 05:28:49 +08:00
bunch of stuff.
This commit is contained in:
@@ -230,7 +230,7 @@ namespace GameRes.Formats.Gs
|
||||
}
|
||||
|
||||
[Export(typeof(ScriptFormat))]
|
||||
public class GsScriptFormat : ScriptFormat
|
||||
public class GsScriptFormat : GenericScriptFormat
|
||||
{
|
||||
public override string Tag { get { return "SCW"; } }
|
||||
public override string Description { get { return "GsWin script file"; } }
|
||||
@@ -240,15 +240,5 @@ namespace GameRes.Formats.Gs
|
||||
{
|
||||
Signatures = new uint[] { 0x20574353, 0x35776353, 0x34776353 };
|
||||
}
|
||||
|
||||
public override ScriptData Read (string name, Stream file)
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
|
||||
public override void Write (Stream file, ScriptData script)
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user