PlayerInputResult

class PlayerInputResult<T>

Parameters

input

The input the player gave. Null on timeout or invalid input.

Properties

input
Link copied to clipboard
val input: T?
The input the player gave.