Mark non-moddable translation strings as constant.
This commit is contained in:
committed by
Gustas
parent
4f016f149f
commit
760a1245c5
@@ -21,6 +21,9 @@ namespace OpenRA.Mods.Common.Widgets.Logic
|
||||
{
|
||||
public class ActorSelectorLogic : CommonSelectorLogic
|
||||
{
|
||||
[TranslationReference]
|
||||
const string Type = "type";
|
||||
|
||||
class ActorSelectorActor
|
||||
{
|
||||
public readonly ActorInfo Actor;
|
||||
@@ -42,9 +45,6 @@ namespace OpenRA.Mods.Common.Widgets.Logic
|
||||
readonly ActorSelectorActor[] allActors;
|
||||
readonly EditorCursorLayer editorCursor;
|
||||
|
||||
[TranslationReference]
|
||||
static readonly string Type = "type";
|
||||
|
||||
PlayerReference selectedOwner;
|
||||
|
||||
[ObjectCreator.UseCtor]
|
||||
|
||||
Reference in New Issue
Block a user