Added sources
This commit is contained in:
parent
bb9e698bbe
commit
2bfe45e064
@ -17,6 +17,7 @@ namespace UniversalEditor.DataFormats.FileSystem.NamcoTales
|
||||
_dfr = base.MakeReference();
|
||||
_dfr.Capabilities.Add(typeof(FileSystemObjectModel), DataFormatCapabilities.All);
|
||||
_dfr.Filters.Add("Namco Tales Studio TLZC archive", new byte?[][] { new byte?[] { (byte)'T', (byte)'L', (byte)'Z', (byte)'C' } }, new string[] { "*.dat" });
|
||||
_dfr.Sources.Add("http://forum.xentax.com/viewtopic.php?f=21&t=8725");
|
||||
}
|
||||
return _dfr;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user