* - tweak: Less bee health.

* - add: Uplink krait ammo.

* - add: ContextMenuInteractionBlockerComponent.

* - tweak: Update development config.

* - fix: Folder naming.

* - add: More logic.
This commit is contained in:
Aviu00
2024-08-04 13:43:55 +00:00
committed by GitHub
parent 5ba766979e
commit ddb73b266f
25 changed files with 92 additions and 7 deletions

View File

@@ -0,0 +1,6 @@
namespace Content.Shared._White.Item;
[RegisterComponent]
public sealed partial class ContextMenuInteractionBlockerComponent : Component
{
}