Files
tbd-station-14/Content.Server/GameTicking/Rules/RuleTraitorDeathMatch.cs
2021-06-09 22:19:39 +02:00

8 lines
210 B
C#

namespace Content.Server.GameTicking.Rules
{
public class RuleTraitorDeathMatch : GameRule
{
// This class only exists so that the game rule is available for the conditional spawner.
}
}