Class ResponseConstructionGuide
Sent server -> client as a response to a RequestConstructionGuide net message.
Inheritance
System.Object
ResponseConstructionGuide
Namespace: Content.Shared.Construction
Assembly: Content.Shared.dll
Syntax
public sealed class ResponseConstructionGuide : EntityEventArgs
Constructors
| Improve this Doc View SourceResponseConstructionGuide(String, ConstructionGuide)
Declaration
public ResponseConstructionGuide(string constructionId, ConstructionGuide guide)
Parameters
Type | Name | Description |
---|---|---|
System.String | constructionId | |
ConstructionGuide | guide |
Fields
| Improve this Doc View SourceConstructionId
Declaration
public readonly string ConstructionId
Field Value
Type | Description |
---|---|
System.String |
Guide
Declaration
public readonly ConstructionGuide Guide
Field Value
Type | Description |
---|---|
ConstructionGuide |