Improve paper stamping experience (#17135)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
using Content.Shared.Eui;
|
||||
using Content.Shared.Eui;
|
||||
using Robust.Shared.Serialization;
|
||||
|
||||
namespace Content.Shared.Fax;
|
||||
@@ -55,14 +55,16 @@ public static class AdminFaxEuiMsg
|
||||
public string From { get; }
|
||||
public string Content { get; }
|
||||
public string StampState { get; }
|
||||
public Color StampColor { get; }
|
||||
|
||||
public Send(EntityUid target, string title, string from, string content, string stamp)
|
||||
public Send(EntityUid target, string title, string from, string content, string stamp, Color stampColor)
|
||||
{
|
||||
Target = target;
|
||||
Title = title;
|
||||
From = from;
|
||||
Content = content;
|
||||
StampState = stamp;
|
||||
StampColor = stampColor;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user