mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Make top-level features return bool
This commit is contained in:
@@ -82,7 +82,8 @@ namespace SabreTools.Help
|
||||
/// <summary>
|
||||
/// Process and extract variables based on current feature
|
||||
/// </summary>
|
||||
public virtual void ProcessFeatures(Dictionary<string, Feature> features) { }
|
||||
/// <returns>True if execution was successful, false otherwise</returns>
|
||||
public virtual bool ProcessFeatures(Dictionary<string, Feature> features) => true;
|
||||
|
||||
#endregion
|
||||
|
||||
|
||||
Reference in New Issue
Block a user