mustStop property

bool mustStop

止まることを強制されるかどうか 現状は、ユーザアクションを伴う分岐時のみ

Implementation

bool get mustStop => [
      LifeEventType.selectDirection,
      LifeEventType.selectDirectionPerDiceRoll,
    ].contains(type);