Files
wwdpublic/Content.Client/_Goobstation/ToggleableLightWieldable/ToggleableLightWieldableComponent.cs
Aviu00 1a6270309a Yuh
(cherry picked from commit dc051987ca50fc97848285b66eca9694e31f7941)
2025-03-21 17:37:58 +03:00

7 lines
163 B
C#

namespace Content.Client._Goobstation.ToggleableLightWieldable;
[RegisterComponent]
public sealed partial class ToggleableLightWieldableComponent : Component
{
}