mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-20 15:08:46 +03:00
8 lines
167 B
C#
8 lines
167 B
C#
namespace Content.Server.TraitorDeathMatch.Components
|
|
{
|
|
[RegisterComponent]
|
|
public sealed class TraitorDeathMatchRedemptionComponent : Component
|
|
{
|
|
}
|
|
}
|