RunePayCommand

class RunePayCommand(moneyService: MoneyService) : RuneCommand

Constructors

Link copied to clipboard
constructor(moneyService: MoneyService)

Properties

Link copied to clipboard
open override val description: String

コマンドの説明.

Link copied to clipboard
open override val name: String

コマンドに使用される名前.

Functions

Link copied to clipboard
open override fun execute(context: RuneCommandContext): CommandResult

コマンドの実行内容を実装する関数