mirror of
https://github.com/lifegpc/GARbro.git
synced 2026-07-08 01:31:41 +08:00
(GameRes): persistent resource settings infrastructure.
This commit is contained in:
@@ -102,7 +102,10 @@ namespace GameRes
|
||||
/// <summary>Filename extensions peculiar to the resource.</summary>
|
||||
public IEnumerable<string> Extensions { get; protected set; }
|
||||
|
||||
/// <summary>Resource settings suitable for serialization.</summary>
|
||||
/// <summary>Persistent resource settings.</summary>
|
||||
public IEnumerable<IResourceSetting> Settings { get; protected set; }
|
||||
|
||||
/// <summary>Resource access scheme suitable for serialization.</summary>
|
||||
public virtual ResourceScheme Scheme { get; set; }
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user