Files
tbd-station-14/Content.Server/StationEvents/Components/VentCritterSpawnLocationComponent.cs
Moony 0898c8a837 More events (#6894)
* 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
2022-02-25 23:10:09 -06:00

8 lines
146 B
C#

namespace Content.Server.StationEvents.Components;
[RegisterComponent]
public sealed class VentCritterSpawnLocationComponent : Component
{
}