Skip to content

Commit c592f17

Browse files
committed
private SwingMode enum
1 parent 80d358e commit c592f17

File tree

1 file changed

+1
-1
lines changed
  • common/src/main/kotlin/com/lambda/module/modules/render

1 file changed

+1
-1
lines changed

common/src/main/kotlin/com/lambda/module/modules/render/ViewModel.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ object ViewModel : Module(
242242
Left, Right
243243
}
244244

245-
enum class SwingMode {
245+
private enum class SwingMode {
246246
Standard, Opposites, MainHand, OffHand, None
247247
}
248248
}

0 commit comments

Comments
 (0)