commit d12a5d689e903efb9621a7b8203163a914c26ce1
parent 5c3ad5d5880ee4d1b4fef769e42381bd38312c3f
Author: rhunk <101876869+rhunk@users.noreply.github.com>
Date: Tue, 22 Aug 2023 18:41:40 +0200
feat: rule system
Diffstat:
1 file changed, 0 insertions(+), 13 deletions(-)
diff --git a/core/src/main/kotlin/me/rhunk/snapenhance/core/config/FeatureNotice.kt b/core/src/main/kotlin/me/rhunk/snapenhance/core/config/FeatureNotice.kt
@@ -1,12 +0,0 @@
-package me.rhunk.snapenhance.core.config
-
-
-enum class FeatureNotice(
- val id: Int,
- val key: String
-) {
- UNSTABLE(0b0001, "unstable"),
- MAY_BAN(0b0010, "may_ban"),
- MAY_BREAK_INTERNAL_BEHAVIOR(0b0100, "may_break_internal_behavior"),
- MAY_CAUSE_CRASHES(0b1000, "may_cause_crashes");
-}-
\ No newline at end of file