Ghost sprites and a bunch of fixes

This commit is contained in:
zumorica
2020-04-05 02:29:04 +02:00
parent 0902844457
commit a0d114c672
9 changed files with 57 additions and 16 deletions

View File

@@ -1,9 +1,8 @@
using System;
using Content.Shared.GameObjects;
using Robust.Shared.GameObjects;
using Robust.Shared.Serialization;
namespace Content.Shared.Observer
namespace Content.Shared.GameObjects.Components.Observer
{
public class SharedGhostComponent : Component
{