RuneCore
Toggle table of contents
0.1.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
RuneCore
RuneCore
/
org.lyralis.runeCore.domain.teleport
/
TeleportResult
/
InsufficientBalance
Insufficient
Balance
data
class
InsufficientBalance
(
val
current
:
ULong
,
val
required
:
ULong
)
:
TeleportResult
残高不足でテレポート失敗。
Parameters
current
現在の残高
required
必要な金額
Members
Constructors
Insufficient
Balance
Link copied to clipboard
constructor
(
current
:
ULong
,
required
:
ULong
)
Properties
current
Link copied to clipboard
val
current
:
ULong
required
Link copied to clipboard
val
required
:
ULong