mirror of
https://github.com/crskycode/GARbro.git
synced 2024-12-24 11:54:13 +08:00
(XP3): added ASD alias.
This commit is contained in:
parent
166f691d3a
commit
157f9959d9
@ -894,4 +894,9 @@ NextEntry:
|
|||||||
[ExportMetadata("Extension", "ANM")]
|
[ExportMetadata("Extension", "ANM")]
|
||||||
[ExportMetadata("Target", "TXT")]
|
[ExportMetadata("Target", "TXT")]
|
||||||
public class AnmFormat : ResourceAlias { }
|
public class AnmFormat : ResourceAlias { }
|
||||||
|
|
||||||
|
[Export(typeof(ResourceAlias))]
|
||||||
|
[ExportMetadata("Extension", "ASD")]
|
||||||
|
[ExportMetadata("Target", "TXT")]
|
||||||
|
public class AsdFormat : ResourceAlias { }
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user