mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
(GameRes): added priorities to format imports.
This commit is contained in:
@@ -195,6 +195,12 @@ namespace GameRes
|
||||
string Type { get; }
|
||||
}
|
||||
|
||||
public interface IResourceMetadata
|
||||
{
|
||||
[DefaultValue(0)]
|
||||
int Priority { get; }
|
||||
}
|
||||
|
||||
public delegate void ParametersRequestEventHandler (object sender, ParametersRequestEventArgs e);
|
||||
|
||||
public class ParametersRequestEventArgs : EventArgs
|
||||
|
||||
Reference in New Issue
Block a user