(Legacy): link CGR to PSD.

This commit is contained in:
morkt 2018-09-05 13:25:18 +04:00
parent cf6e2cca9a
commit 073aacab05

View File

@ -140,4 +140,11 @@ namespace GameRes.Formats.Wing
}
}
}
[Export(typeof(ResourceAlias))]
[ExportMetadata("Extension", "CGR")]
[ExportMetadata("Target", "PSD")]
public class CgrFormat : ResourceAlias
{
}
}