Rewrite fluent lint check.

This commit is contained in:
Paul Chote
2025-05-01 22:38:50 +01:00
committed by Gustas Kažukauskas
parent 9ffa7be606
commit 3e06749006
35 changed files with 250 additions and 198 deletions

View File

@@ -17,6 +17,7 @@ using OpenRA.Traits;
namespace OpenRA.Mods.Common.Traits
{
[TraitLocation(SystemActors.Player)]
[IncludeStaticFluentReferences(typeof(DeveloperMode))]
[Desc("Attach this to the player actor.")]
public class DeveloperModeInfo : TraitInfo, ILobbyOptions
{