Class TryStartItemConstructionMessage
Sent client -> server to to tell the server that we started building an item-construction.
Inheritance
System.Object
TryStartItemConstructionMessage
Namespace: Content.Shared.Construction
Assembly: Content.Shared.dll
Syntax
public sealed class TryStartItemConstructionMessage : EntityEventArgs
Constructors
| Improve this Doc View SourceTryStartItemConstructionMessage(String)
Declaration
public TryStartItemConstructionMessage(string prototypeName)
Parameters
Type | Name | Description |
---|---|---|
System. |
prototypeName |
Fields
| Improve this Doc View SourcePrototypeName
The construction prototype to start building.
Declaration
public readonly string PrototypeName
Field Value
Type | Description |
---|---|
System. |