Rewrite fluent lint check.
This commit is contained in:
committed by
Gustas Kažukauskas
parent
9ffa7be606
commit
3e06749006
@@ -17,6 +17,12 @@ using Color = OpenRA.Primitives.Color;
|
||||
|
||||
namespace OpenRA.Mods.Common.Widgets
|
||||
{
|
||||
[IncludeStaticFluentReferences(
|
||||
typeof(ChangeSelectionAction),
|
||||
typeof(DeleteAreaAction),
|
||||
typeof(RemoveActorAction),
|
||||
typeof(RemoveResourceAction),
|
||||
typeof(MoveActorAction))]
|
||||
public class EditorViewportControllerWidget : Widget
|
||||
{
|
||||
[Desc("Main color of the selection grid.")]
|
||||
|
||||
Reference in New Issue
Block a user