Show / Hide Table of Contents

Class EventManager

Handles all logic to do with hooking into the game's events.

Inheritance
System.Object
Manager
EventManager
Namespace: JotunnLib.Managers
Assembly: JotunnLib.dll
Syntax
public class EventManager : Manager

Events

| Improve this Doc View Source

PlayerPlacedPiece

Declaration
public static event EventHandler<PlayerPlacedPieceEventArgs> PlayerPlacedPiece
Event Type
Type Description
System.EventHandler<PlayerPlacedPieceEventArgs>
| Improve this Doc View Source

PlayerSpawned

Declaration
public static event EventHandler<PlayerEventArgs> PlayerSpawned
Event Type
Type Description
System.EventHandler<PlayerEventArgs>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX