VV support.
This commit is contained in:
@@ -2,6 +2,7 @@ using Content.Shared.Construction;
|
||||
using SS14.Shared.GameObjects;
|
||||
using SS14.Shared.Interfaces.GameObjects;
|
||||
using SS14.Shared.Interfaces.Network;
|
||||
using SS14.Shared.ViewVariables;
|
||||
|
||||
namespace Content.Client.GameObjects.Components.Construction
|
||||
{
|
||||
@@ -9,11 +10,12 @@ namespace Content.Client.GameObjects.Components.Construction
|
||||
{
|
||||
public override string Name => "ConstructionGhost";
|
||||
|
||||
public ConstructionPrototype Prototype { get; set; }
|
||||
public ConstructorComponent Master { get; set; }
|
||||
public int GhostID { get; set; }
|
||||
[ViewVariables] public ConstructionPrototype Prototype { get; set; }
|
||||
[ViewVariables] public ConstructorComponent Master { get; set; }
|
||||
[ViewVariables] public int GhostID { get; set; }
|
||||
|
||||
public override void HandleMessage(ComponentMessage message, INetChannel netChannel = null, IComponent component = null)
|
||||
public override void HandleMessage(ComponentMessage message, INetChannel netChannel = null,
|
||||
IComponent component = null)
|
||||
{
|
||||
base.HandleMessage(message, netChannel, component);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user