mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
(ArchiveFormat): added ContainedFormats property.
This commit is contained in:
@@ -109,14 +109,6 @@ namespace GameRes
|
||||
/// <summary>Resource access scheme suitable for serialization.</summary>
|
||||
public virtual ResourceScheme Scheme { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Create empty Entry that corresponds to implemented resource.
|
||||
/// </summary>
|
||||
public EntryType Create<EntryType> () where EntryType : Entry, new()
|
||||
{
|
||||
return new EntryType { Type = this.Type };
|
||||
}
|
||||
|
||||
protected IResource ()
|
||||
{
|
||||
Extensions = new string[] { GetDefaultExtension() };
|
||||
|
||||
Reference in New Issue
Block a user