[M] Rename: Bind -> Link

This commit is contained in:
Azalea
2024-02-22 18:19:55 -05:00
parent 49320ff623
commit a001a45cc4
6 changed files with 8 additions and 8 deletions

View File

@@ -48,5 +48,5 @@ class Card(
private val serialVersionUID = 1L
}
val isBound get() = aquaUser != null
val isLinked get() = aquaUser != null
}