Skip to content

Commit b836878

Browse files
committed
Feature: Friends
i fucked up the commits :trollface:
1 parent d726bae commit b836878

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)