* fix: doorlights supports emagging now + fix emergency light * add todo to PointLightAirlockSystem.cs * tweak: reduce captain armor size * fix: fix wt550 magazine stored rotation * add: new lobby songs * fix: fix lobby music rotation
7 lines
115 B
C#
7 lines
115 B
C#
namespace Content.Server._White.RealRoundEnded;
|
|
|
|
public sealed class RealRoundEndedEvent : EntityEventArgs
|
|
{
|
|
|
|
}
|