mirror of
https://github.com/crskycode/GARbro.git
synced 2026-06-06 13:48:57 +08:00
Fix typo in Guyzware description
This commit is contained in:
@@ -10,7 +10,7 @@ namespace GameRes.Formats.Guyzware
|
||||
public class GdpOpener : ArchiveFormat
|
||||
{
|
||||
public override string Tag => "DAT/GDP";
|
||||
public override string Description => "Guyzware engine)";
|
||||
public override string Description => "Guyzware engine"
|
||||
public override uint Signature => 0;
|
||||
public override bool IsHierarchic => false;
|
||||
public override bool CanWrite => false;
|
||||
|
||||
Reference in New Issue
Block a user