Files
OldThink/Content.Shared/_White/Item/ContextMenuInteractionBlockerComponent.cs
Aviu00 ddb73b266f Tweaks (#559)
* - tweak: Less bee health.

* - add: Uplink krait ammo.

* - add: ContextMenuInteractionBlockerComponent.

* - tweak: Update development config.

* - fix: Folder naming.

* - add: More logic.
2024-08-04 16:43:55 +03:00

7 lines
142 B
C#

namespace Content.Shared._White.Item;
[RegisterComponent]
public sealed partial class ContextMenuInteractionBlockerComponent : Component
{
}