@@ -10,6 +10,12 @@ namespace Content.Shared.Chemistry.Components
|
||||
[NetworkedComponent, ComponentProtoName("Injector")]
|
||||
public abstract class SharedInjectorComponent : Component
|
||||
{
|
||||
/// <summary>
|
||||
/// Checks to see if the entity being injected
|
||||
/// </summary>
|
||||
[DataField("isInjecting")]
|
||||
public bool IsInjecting;
|
||||
|
||||
/// <summary>
|
||||
/// Component data used for net updates. Used by client for item status ui
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user