Class VerbsResponseEvent
Inheritance
System.Object
VerbsResponseEvent
Assembly: Content.Shared.dll
Syntax
public sealed class VerbsResponseEvent : EntityEventArgs
Constructors
|
Improve this Doc
View Source
VerbsResponseEvent(NetEntity, Nullable<SortedSet<Verb>>)
Declaration
public VerbsResponseEvent(NetEntity entity, SortedSet<Verb>? verbs)
Parameters
Type |
Name |
Description |
NetEntity |
entity |
|
System.Nullable<SortedSet<Verb>> |
verbs |
|
Fields
|
Improve this Doc
View Source
Entity
Declaration
public readonly NetEntity Entity
Field Value
Type |
Description |
NetEntity |
|
|
Improve this Doc
View Source
Verbs
Declaration
public readonly List<Verb>? Verbs
Field Value
Type |
Description |
System.Nullable<List<Verb>> |
|