Show / Hide Table of Contents

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 Source

ResponseConstructionGuide(String, ConstructionGuide)

Declaration
public ResponseConstructionGuide(string constructionId, ConstructionGuide guide)
Parameters
Type Name Description
System.String constructionId
ConstructionGuide guide

Fields

| Improve this Doc View Source

ConstructionId

Declaration
public readonly string ConstructionId
Field Value
Type Description
System.String
| Improve this Doc View Source

Guide

Declaration
public readonly ConstructionGuide Guide
Field Value
Type Description
ConstructionGuide
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾