namespace Content.Server._White.CartridgeLoader.Cartridges;
[RegisterComponent]
public sealed partial class MessagesCartridgeComponent : Component
{
///
/// The component of the last contacted server
///
[DataField]
public EntityUid? LastServer;
///
/// The message system user id of the crew the user is chatting with
///
[DataField]
public int? ChatUid;
[DataField]
public int? UserUid;
}