10 lines
222 B
C#
10 lines
222 B
C#
|
|
using Content.Server.StationEvents.Events;
|
|||
|
|
|
|||
|
|
namespace Content.Server.StationEvents.Components;
|
|||
|
|
|
|||
|
|
[RegisterComponent, Access(typeof(RandomSentienceRule))]
|
|||
|
|
public sealed class RandomSentienceRuleComponent : Component
|
|||
|
|
{
|
|||
|
|
|
|||
|
|
}
|