C# Class OpenRA.Mods.Common.Lint.CheckMapMetadata

Inheritance: ILintMapPass
Exibir arquivo Open project: OpenRA/OpenRA

Public Methods

Method Description
Run ( Action emitError, Action emitWarning, Map map ) : void

Method Details

Run() public method

public Run ( Action emitError, Action emitWarning, Map map ) : void
emitError Action
emitWarning Action
map Map
return void