Files
crystall-punk-14/Content.Shared/_CP14/Wallmount/CP14WallmountComponent.cs
Ed e2f97ece50 Wallmount update (#262)
* add wallmount systems

* add construction condition
2024-06-21 18:27:18 +03:00

10 lines
277 B
C#

namespace Content.Shared._CP14.Wallmount;
/// <summary>
/// Automatically attaches the entity to the wall when it appears, or removes it
/// </summary>
[RegisterComponent, Access(typeof(CP14WallmountSystem))]
public sealed partial class CP14WallmountComponent : Component
{
}