Class ResearchClientComponent
This is an entity that is able to connect to a ResearchServerComponent
Inheritance
System.Object
ResearchClientComponent
Namespace: Content.Shared.Research.Components
Assembly: Content.Shared.dll
Syntax
public sealed class ResearchClientComponent : Component
Properties
| Improve this Doc View SourceConnectedToServer
Declaration
public bool ConnectedToServer { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Server
The server the client is connected to
Declaration
public EntityUid? Server { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<EntityUid> |