Files
OldThink/Content.Server/_White/Cult/Items/Components/BaseMagicHandComponent.cs
Aviu00 74e1f3c618 More blood (#514)
* - add: Some construct stuff.

* - add: Some rune stuff.

* - add: Unvisit.

* - add: Better blood rites.
2024-07-30 03:12:49 +03:00

8 lines
167 B
C#

namespace Content.Server._White.Cult.Items.Components;
public abstract partial class BaseMagicHandComponent : Component
{
[DataField]
public string Speech;
}