This commit is contained in:
jackyu66git
2025-07-09 01:44:05 +08:00
parent d60805487d
commit 5d58de1b6b
6 changed files with 37 additions and 13 deletions
+2
View File
@@ -66,9 +66,11 @@ class Chan_KLC_FX(Enum):
TOP1 = auto()
TOP2 = auto()
TOP3 = auto()
TOP4 = auto()
BOTTOM1 = auto()
BOTTOM2 = auto()
BOTTOM3 = auto()
BOTTOM4 = auto()
UNKNOWN = auto()