Interface IBaseNetConnectorComponent<TNetType>
Namespace: Content.Server.Power.Components
Assembly: Content.Server.dll
Syntax
public interface IBaseNetConnectorComponent<in TNetType>
Type Parameters
Name | Description |
---|---|
TNetType |
Properties
| Improve this Doc View SourceNet
Declaration
TNetType Net { set; }
Property Value
Type | Description |
---|---|
TNetType |
NodeId
Declaration
string? NodeId { get; }
Property Value
Type | Description |
---|---|
System.Nullable<System.String> |
Voltage
Declaration
Voltage Voltage { get; }
Property Value
Type | Description |
---|---|
Voltage |