diff options
| author | Torui <44932079+ToruiDev@users.noreply.github.com> | 2022-05-08 13:05:09 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-08 13:05:09 +0200 |
| commit | a7d7277bfa5274c816b93e4493447989c3d562da (patch) | |
| tree | c61821e43af07ad31b166b2cac797471d21548f4 /src/main/java/de/torui/coflsky/commands | |
| parent | 176abc9c9ab1004e99417b11e91d6c3f21bd7f69 (diff) | |
| download | COFL-a7d7277bfa5274c816b93e4493447989c3d562da.tar.gz COFL-a7d7277bfa5274c816b93e4493447989c3d562da.tar.bz2 COFL-a7d7277bfa5274c816b93e4493447989c3d562da.zip | |
Feature/configuration (#59)
* initial commit of configuration management
* Updated Configuration Options
* Review Feedback, IntelliJ was angry about TimerCountdown.java import
Co-authored-by: Florian Rinke <florian@torui.de>
Diffstat (limited to 'src/main/java/de/torui/coflsky/commands')
| -rw-r--r-- | src/main/java/de/torui/coflsky/commands/CommandType.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/java/de/torui/coflsky/commands/CommandType.java b/src/main/java/de/torui/coflsky/commands/CommandType.java index 3d4ec05..ecece3f 100644 --- a/src/main/java/de/torui/coflsky/commands/CommandType.java +++ b/src/main/java/de/torui/coflsky/commands/CommandType.java @@ -35,6 +35,8 @@ public enum CommandType { Reset, @SerializedName("flip") Flip, + @SerializedName("privacySettings") + PrivacySettings, @SerializedName("countdown") Countdown, ; |
