Character menu issuer localization (#29840)
* Update CharacterUIController.cs * TODO Burn this shit * huh? * huh! --------- Co-authored-by: lzk <124214523+lzk228@users.noreply.github.com>
This commit is contained in:
@@ -22,8 +22,11 @@ public sealed partial class ObjectiveComponent : Component
|
||||
/// <summary>
|
||||
/// Organisation that issued this objective, used for grouping and as a header above common objectives.
|
||||
/// </summary>
|
||||
[DataField(required: true)]
|
||||
public string Issuer = string.Empty;
|
||||
[DataField("issuer", required: true)]
|
||||
private LocId Issuer { get; set; }
|
||||
|
||||
[ViewVariables(VVAccess.ReadOnly)]
|
||||
public string LocIssuer => Loc.GetString(Issuer);
|
||||
|
||||
/// <summary>
|
||||
/// Unique objectives can only have 1 per prototype id.
|
||||
|
||||
Reference in New Issue
Block a user