mustStop property
止まることを強制されるかどうか 現状は、ユーザアクションを伴う分岐時のみ
Implementation
bool get mustStop => [
LifeEventType.selectDirection,
LifeEventType.selectDirectionPerDiceRoll,
].contains(type);
止まることを強制されるかどうか 現状は、ユーザアクションを伴う分岐時のみ
bool get mustStop => [
LifeEventType.selectDirection,
LifeEventType.selectDirectionPerDiceRoll,
].contains(type);