Show / Hide Table of Contents

Class SharedGameTicker

Inheritance
System.Object
SharedGameTicker
ClientGameTicker
GameTicker
Namespace: Content.Shared.GameTicking
Assembly: Content.Shared.dll
Syntax
public abstract class SharedGameTicker : EntitySystem

Fields

| Improve this Doc View Source

FallbackOverflowJob

Declaration
public const string FallbackOverflowJob = null
Field Value
Type Description
System.String
| Improve this Doc View Source

FallbackOverflowJobName

Declaration
public const string FallbackOverflowJobName = null
Field Value
Type Description
System.String

Properties

| Improve this Doc View Source

RoundId

Declaration
public int RoundId { get; protected set; }
Property Value
Type Description
System.Int32

Methods

| Improve this Doc View Source

Initialize()

Declaration
public override void Initialize()
| Improve this Doc View Source

Shutdown()

Declaration
public override void Shutdown()
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾