mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-30 19:00:33 +08:00
Add Missing @MiraiInternalApi
to ClientKind.get
This commit is contained in:
parent
d3febb3cf3
commit
8ae8bdee64
@ -140,6 +140,7 @@ public enum class ClientKind(
|
||||
WINPHONE(65804);
|
||||
|
||||
public companion object {
|
||||
@MiraiInternalApi
|
||||
public operator fun get(id: Int): ClientKind? = values().find { it.id == id }
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user