Delta-v/Content.Server/GameTicking/Rules/RuleTraitorDeathMatch.cs

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.
}
}