mirror of
https://github.com/rhunk/SnapEnhance.git
synced 2025-06-12 05:07:46 +02:00
friend database test
This commit is contained in:
@ -0,0 +1,9 @@
|
||||
package me.rhunk.snapenhance.core.friends
|
||||
|
||||
enum class FriendFeature(
|
||||
val value: String,
|
||||
) {
|
||||
DOWNLOAD("download"),
|
||||
STEALTH("stealth"),
|
||||
AUTO_SAVE("auto_save");
|
||||
}
|
Reference in New Issue
Block a user