* Implements bureaucratic error and random sentience. * Adds the Vent Critters event. * bug moment * forgot ignores. * undo something i included in the PR by mistake. * address review
8 lines
146 B
C#
8 lines
146 B
C#
namespace Content.Server.StationEvents.Components;
|
|
|
|
[RegisterComponent]
|
|
public sealed class VentCritterSpawnLocationComponent : Component
|
|
{
|
|
|
|
}
|