Class DoAfterComponent
Inheritance
System.Object
DoAfterComponent
Assembly: Content.Shared.dll
Syntax
public sealed class DoAfterComponent : Component
Fields
|
Improve this Doc
View Source
AwaitedDoAfters
Declaration
public readonly Dictionary<ushort, TaskCompletionSource<DoAfterStatus>> AwaitedDoAfters
Field Value
Type |
Description |
Dictionary<System.UInt16, TaskCompletionSource<DoAfterStatus>> |
|
|
Improve this Doc
View Source
DoAfters
Declaration
public Dictionary<ushort, DoAfter> DoAfters
Field Value
Type |
Description |
Dictionary<System.UInt16, DoAfter> |
|
|
Improve this Doc
View Source
NextId
Declaration
Field Value
Type |
Description |
System.UInt16 |
|