From 073aacab05c35b633efbda1894c645cebec200c3 Mon Sep 17 00:00:00 2001 From: morkt Date: Wed, 5 Sep 2018 13:25:18 +0400 Subject: [PATCH] (Legacy): link CGR to PSD. --- Legacy/Wing/ImageGEM.cs | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Legacy/Wing/ImageGEM.cs b/Legacy/Wing/ImageGEM.cs index fdd72ce2..b1099dae 100644 --- a/Legacy/Wing/ImageGEM.cs +++ b/Legacy/Wing/ImageGEM.cs @@ -140,4 +140,11 @@ namespace GameRes.Formats.Wing } } } + + [Export(typeof(ResourceAlias))] + [ExportMetadata("Extension", "CGR")] + [ExportMetadata("Target", "PSD")] + public class CgrFormat : ResourceAlias + { + } }