VV support.

This commit is contained in:
PJB3005
2018-09-09 15:34:43 +02:00
parent 06ea07eca5
commit 1dabe49234
24 changed files with 91 additions and 9 deletions

View File

@@ -11,12 +11,14 @@ using SS14.Shared.IoC;
using Content.Server.GameObjects.EntitySystems;
using SS14.Shared.Serialization;
using SS14.Shared.Interfaces.Network;
using SS14.Shared.ViewVariables;
namespace Content.Server.GameObjects
{
public class ServerDoorComponent : Component, IAttackHand
{
public override string Name => "Door";
[ViewVariables]
public bool Opened { get; private set; }
private float OpenTimeCounter;