8 lines
172 B
C#
8 lines
172 B
C#
|
|
namespace Content.Shared._White.Cult.Components;
|
||
|
|
|
||
|
|
[RegisterComponent]
|
||
|
|
public sealed partial class BoltBarrageComponent : Component
|
||
|
|
{
|
||
|
|
public bool Unremoveable = true;
|
||
|
|
}
|