Merge pull request #9083 from Mailaender/lint-cleanup
Cleaned up the ILint boiler plate code
This commit is contained in:
@@ -327,7 +327,9 @@ namespace OpenRA.Traits
|
||||
Stance oldStance, Stance newStance);
|
||||
}
|
||||
|
||||
public interface ILintPass { void Run(Action<string> emitError, Action<string> emitWarning, Map map); }
|
||||
public interface ILintPass { void Run(Action<string> emitError, Action<string> emitWarning); }
|
||||
public interface ILintMapPass { void Run(Action<string> emitError, Action<string> emitWarning, Map map); }
|
||||
public interface ILintRulesPass { void Run(Action<string> emitError, Action<string> emitWarning, Ruleset rules); }
|
||||
|
||||
public interface IObjectivesPanel
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user