Localise DummyBot

This commit is contained in:
Gustas
2025-03-30 12:08:29 +03:00
committed by Paul Chote
parent 39aec39364
commit 87cff1f6f1
3 changed files with 5 additions and 3 deletions

View File

@@ -17,8 +17,10 @@ namespace OpenRA.Mods.Common.Traits
[TraitLocation(SystemActors.Player)]
public sealed class DummyBotInfo : TraitInfo, IBotInfo
{
[FieldLoader.Require]
[FluentReference]
[Desc("Human-readable name this bot uses.")]
public readonly string Name = "Unnamed Bot";
public readonly string Name = null;
[FieldLoader.Require]
[Desc("Internal id for this bot.")]