* bank progression mechanic * loc fix * minor random fixes * minor tweaks * lighthouse * Vladimirs Alerts! * offset alerts * lighthouse
7 lines
132 B
C#
7 lines
132 B
C#
namespace Content.Server._CP14.Lighthouse;
|
|
|
|
[RegisterComponent]
|
|
public sealed partial class CP14LighthouseComponent : Component
|
|
{
|
|
}
|