Show / Hide Table of Contents

Class DoAfterComponent

Inheritance
System.Object
DoAfterComponent
Namespace: Content.Shared.DoAfter
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
public ushort NextId
Field Value
Type Description
System.UInt16
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾