2019-04-15 21:11:38 -06:00
|
|
|
using Robust.Shared.Log;
|
2018-11-22 10:37:58 +01:00
|
|
|
|
|
|
|
|
namespace Content.Server.GameTicking.GamePresets
|
|
|
|
|
{
|
|
|
|
|
public class PresetTraitor : GamePreset
|
|
|
|
|
{
|
|
|
|
|
public override void Start()
|
|
|
|
|
{
|
|
|
|
|
Logger.DebugS("ticker.preset", "Current preset is traitor.");
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|