mirror of
https://github.com/wega-team/ss14-wega.git
synced 2026-02-15 03:31:44 +01:00
* refmbcult * fixrule * minich * yeee * linter * somefixes * cultext&gamb * linterfix * fixtarot
10 lines
294 B
C#
10 lines
294 B
C#
using Content.Server.Objectives.Systems;
|
|
|
|
namespace Content.Server.Objectives.Components;
|
|
|
|
/// <summary>
|
|
/// A common elimination task.
|
|
/// </summary>
|
|
[RegisterComponent, Access(typeof(BloodCultTargetObjectiveSystem))]
|
|
public sealed partial class BloodCultTargetObjectiveComponent : Component;
|