mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-17 21:48:58 +03:00
10 lines
277 B
C#
10 lines
277 B
C#
using Content.Server.Objectives.Systems;
|
|
|
|
namespace Content.Server._Shitmed.Objectives.Components;
|
|
|
|
/// <summary>
|
|
/// I had a really bad idea and im shitcoding this!
|
|
/// </summary>
|
|
[RegisterComponent]
|
|
public sealed partial class ForceHereticObjectiveComponent : Component;
|