mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-09 13:47:26 +08:00
[+] Card.sensitiveInfo
This commit is contained in:
@@ -48,3 +48,5 @@ class Card(
|
|||||||
@Suppress("unused") // Used by serialization
|
@Suppress("unused") // Used by serialization
|
||||||
val isLinked get() = aquaUser != null
|
val isLinked get() = aquaUser != null
|
||||||
}
|
}
|
||||||
|
|
||||||
|
fun Card.sensitiveInfo() = mapOf("id" to id, "extId" to extId, "luid" to luid)
|
||||||
|
|||||||
Reference in New Issue
Block a user