Adds stun status effect

This commit is contained in:
zumorica
2020-05-14 17:26:08 +02:00
parent a8275b4fae
commit b5cf3cf2da
6 changed files with 69 additions and 8 deletions

View File

@@ -1,4 +1,5 @@
using Content.Server.GameObjects.Components.Mobs;
using Content.Shared.GameObjects.Components.Mobs;
using Robust.Shared.GameObjects;
using Robust.Shared.GameObjects.Systems;
using Robust.Shared.Interfaces.GameObjects;