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,6 +11,7 @@ using SS14.Shared.GameObjects;
using SS14.Shared.Interfaces.GameObjects;
using SS14.Shared.Interfaces.GameObjects.Components;
using SS14.Shared.IoC;
using SS14.Shared.ViewVariables;
using static Content.Shared.Construction.ConstructionStepMaterial;
using static Content.Shared.Construction.ConstructionStepTool;
@@ -20,7 +21,9 @@ namespace Content.Server.GameObjects.Components.Construction
{
public override string Name => "Construction";
[ViewVariables]
public ConstructionPrototype Prototype { get; private set; }
[ViewVariables]
public int Stage { get; private set; }
SpriteComponent Sprite;