Remove redundant read-only VV from datafields (#12626)
This commit is contained in:
@@ -6,13 +6,11 @@ namespace Content.Shared.Paper
|
||||
/// <summary>
|
||||
/// The loc string name that will be stamped to the piece of paper on examine.
|
||||
/// </summary>
|
||||
[ViewVariables]
|
||||
[DataField("stampedName")]
|
||||
public string StampedName { get; set; } = "stamp-component-stamped-name-default";
|
||||
/// <summary>
|
||||
/// Tne sprite state of the stamp to display on the paper from bureacracy.rsi.
|
||||
/// </summary>
|
||||
[ViewVariables]
|
||||
[DataField("stampState")]
|
||||
public string StampState { get; set; } = "paper_stamp-generic";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user