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;
|