Timed spawners (#1196)

* "Spawner" is a word.

* Timed Spawners.

* Default interval is now 60s
This commit is contained in:
Víctor Aguilera Puerto
2020-06-23 20:24:25 +02:00
committed by GitHub
parent ae541bbdab
commit 137d32e6aa
4 changed files with 133 additions and 5 deletions

View File

@@ -2,18 +2,15 @@ using System;
using System.Collections.Generic;
using Content.Server.GameTicking;
using Content.Server.Interfaces.GameTicking;
using NFluidsynth;
using Robust.Server.Interfaces.GameObjects;
using Robust.Shared.GameObjects;
using Robust.Shared.Interfaces.GameObjects;
using Robust.Shared.Interfaces.Random;
using Robust.Shared.Interfaces.Reflection;
using Robust.Shared.IoC;
using Robust.Shared.Prototypes;
using Robust.Shared.Random;
using Robust.Shared.Serialization;
using Robust.Shared.ViewVariables;
using SQLitePCL;
using Logger = Robust.Shared.Log.Logger;
namespace Content.Server.GameObjects.Components.Markers