Class EventManager
Handles all logic to do with hooking into the game's events.
Namespace: JotunnLib.Managers
Assembly: JotunnLib.dll
Syntax
public class EventManager : Manager
Events
| Improve this Doc View SourcePlayerPlacedPiece
Declaration
public static event EventHandler<PlayerPlacedPieceEventArgs> PlayerPlacedPiece
Event Type
Type | Description |
---|---|
System.EventHandler<PlayerPlacedPieceEventArgs> |
PlayerSpawned
Declaration
public static event EventHandler<PlayerEventArgs> PlayerSpawned
Event Type
Type | Description |
---|---|
System.EventHandler<PlayerEventArgs> |