* new blood types * vampire systems setup * death under sun * vampire blood nutrition * alerts * autolearn skills * base bite actions * suck blood spell * polish * Update blood.yml * unshitcode * vampire hunger visual * nerf speed * hypnosis + map update * darkness demiplane warning
8 lines
273 B
C#
8 lines
273 B
C#
namespace Content.Server._CP14.GameTicking.Rules.Components;
|
|
|
|
/// <summary>
|
|
/// Stores data for <see cref="CP14VampireRuleSystem"/>.
|
|
/// </summary>
|
|
[RegisterComponent, Access(typeof(CP14VampireRuleSystem))]
|
|
public sealed partial class CP14VampireRuleComponent : Component;
|