VV support.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user