2023-04-24 16:21:05 +10:00
|
|
|
|
namespace Content.Server.StationEvents.Components;
|
2022-02-25 23:10:09 -06:00
|
|
|
|
|
2023-04-24 16:21:05 +10:00
|
|
|
|
[RegisterComponent]
|
2022-02-25 23:10:09 -06:00
|
|
|
|
public sealed class SentienceTargetComponent : Component
|
|
|
|
|
|
{
|
|
|
|
|
|
[DataField("flavorKind", required: true)]
|
|
|
|
|
|
public string FlavorKind = default!;
|
|
|
|
|
|
}
|