2023-08-30 21:46:11 -07:00
|
|
|
namespace Content.Shared.Mind.Components
|
2020-08-21 17:43:27 +02:00
|
|
|
{
|
|
|
|
|
[RegisterComponent]
|
2023-08-22 18:14:33 -07:00
|
|
|
public sealed partial class VisitingMindComponent : Component
|
2020-08-21 17:43:27 +02:00
|
|
|
{
|
2023-06-18 11:33:19 -07:00
|
|
|
[ViewVariables]
|
2023-08-28 16:53:24 -07:00
|
|
|
public EntityUid? MindId;
|
2020-08-21 17:43:27 +02:00
|
|
|
}
|
2021-03-31 14:17:22 -07:00
|
|
|
|
2022-02-16 00:23:23 -07:00
|
|
|
public sealed class MindUnvisitedMessage : EntityEventArgs
|
2021-03-31 14:17:22 -07:00
|
|
|
{
|
|
|
|
|
}
|
2020-08-21 17:43:27 +02:00
|
|
|
}
|