* - add: Some construct stuff. * - add: Some rune stuff. * - add: Unvisit. * - add: Better blood rites.
8 lines
167 B
C#
8 lines
167 B
C#
namespace Content.Server._White.Cult.Items.Components;
|
|
|
|
public abstract partial class BaseMagicHandComponent : Component
|
|
{
|
|
[DataField]
|
|
public string Speech;
|
|
}
|