Skip to content

Commit

Permalink
fix: BreakSkillTargetConfigからManaFullyConsumedを除外する
Browse files Browse the repository at this point in the history
  • Loading branch information
kuroma6666 committed Sep 14, 2024
1 parent 83396af commit 1d12806
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,4 @@ object BreakSkillTargetConfigKey extends Enum[BreakSkillTargetConfigKey] {
*/
case object MadeFromNetherQuartz extends BreakSkillTargetConfigKey

/**
* マナを消費しきった場合にブロックを破壊するかどうか
*/
case object ManaFullyConsumed extends BreakSkillTargetConfigKey

}

0 comments on commit 1d12806

Please sign in to comment.