We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d726bae commit b836878Copy full SHA for b836878
common/src/main/kotlin/com/lambda/config/configurations/FriendConfig.kt
@@ -0,0 +1,9 @@
1
+package com.lambda.config.configurations
2
+
3
+import com.lambda.config.Configuration
4
+import com.lambda.util.FolderRegister
5
6
+object FriendConfig : Configuration() {
7
+ override val configName = "friends"
8
+ override val primary = FolderRegister.config.resolve("$configName.json")
9
+}
0 commit comments