크리에이터 관리자 - 시그니처 관리 페이지

- 등록순, 캔 낮은 순, 캔 높은 순 정렬 추가
This commit is contained in:
2024-05-30 01:01:54 +09:00
parent e3f65c8941
commit e41ec1c91c
4 changed files with 39 additions and 4 deletions

View File

@@ -0,0 +1,5 @@
package kr.co.vividnext.sodalive.live.signature
enum class SignatureCanSortType {
NEWEST, CAN_HIGH, CAN_LOW
}