friend database test

This commit is contained in:
rhunk
2023-08-08 14:47:05 +02:00
parent 3153c68516
commit 122a48e047
2 changed files with 57 additions and 0 deletions

View File

@ -0,0 +1,9 @@
package me.rhunk.snapenhance.core.friends
enum class FriendFeature(
val value: String,
) {
DOWNLOAD("download"),
STEALTH("stealth"),
AUTO_SAVE("auto_save");
}