Rename Fluent-related code to be more precise.
This commit is contained in:
@@ -23,19 +23,19 @@ namespace OpenRA.Mods.Common.Commands
|
||||
|
||||
public class DebugVisualizationCommands : IChatCommand, IWorldLoaded
|
||||
{
|
||||
[TranslationReference]
|
||||
[FluentReference]
|
||||
const string CombatGeometryDescription = "description-combat-geometry";
|
||||
|
||||
[TranslationReference]
|
||||
[FluentReference]
|
||||
const string RenderGeometryDescription = "description-render-geometry";
|
||||
|
||||
[TranslationReference]
|
||||
[FluentReference]
|
||||
const string ScreenMapOverlayDescription = "description-screen-map-overlay";
|
||||
|
||||
[TranslationReference]
|
||||
[FluentReference]
|
||||
const string DepthBufferDescription = "description-depth-buffer";
|
||||
|
||||
[TranslationReference]
|
||||
[FluentReference]
|
||||
const string ActorTagsOverlayDescripition = "description-actor-tags-overlay";
|
||||
|
||||
readonly IDictionary<string, (string Description, Action<DebugVisualizations, DeveloperMode> Handler)> commandHandlers =
|
||||
|
||||
Reference in New Issue
Block a user