Show / Hide Table of Contents

Class GameRunLevelChangedEvent

Inheritance
System.Object
GameRunLevelChangedEvent
Namespace: Content.Server.GameTicking
Assembly: Content.Server.dll
Syntax
public sealed class GameRunLevelChangedEvent : object

Constructors

| Improve this Doc View Source

GameRunLevelChangedEvent(GameRunLevel, GameRunLevel)

Declaration
public GameRunLevelChangedEvent(GameRunLevel old, GameRunLevel new)
Parameters
Type Name Description
GameRunLevel old
GameRunLevel new

Properties

| Improve this Doc View Source

New

Declaration
public GameRunLevel New { get; }
Property Value
Type Description
GameRunLevel
| Improve this Doc View Source

Old

Declaration
public GameRunLevel Old { get; }
Property Value
Type Description
GameRunLevel
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾