PlayerSessionAction

class PlayerSessionAction(val player: Player)

データベースの処理エラーなどプレイが続行できなかった場合に適切なメッセージを使い,セッションを切断するアクションのクラスです.

Parameters

player

ターゲットとなるプレイヤー

Constructors

Link copied to clipboard
constructor(player: Player)

Properties

Link copied to clipboard
val player: Player

Functions

Link copied to clipboard

プレイヤーのセッションを切断します.