selectableForExecution property
実行が選択制かどうか
Implementation
bool get selectableForExecution => [
LifeEventType.exchangeLifeItems,
LifeEventType.exchangeLifeItemsWithDiceRoll,
].contains(type);
実行が選択制かどうか
bool get selectableForExecution => [
LifeEventType.exchangeLifeItems,
LifeEventType.exchangeLifeItemsWithDiceRoll,
].contains(type);