Options
All
  • Public
  • Public/Protected
  • All
Menu

Class EndGameIntent<T>

Represents an intent to end the current game, can be used with Hostable.registerEndGameIntent.

Type parameters

  • T

Hierarchy

  • EndGameIntent

Index

Constructors

Properties

Constructors

constructor

  • new EndGameIntent<T>(name: string, reason: GameOverReason, metadata: T): EndGameIntent<T>

Properties

Readonly metadata

metadata: T

Readonly name

name: string

Readonly reason

reason: GameOverReason

Generated using TypeDoc