mirror of
https://github.com/mamoe/mirai.git
synced 2025-03-04 07:30:15 +08:00
Remove author
This commit is contained in:
parent
aa994ef1d4
commit
e23f99348b
@ -33,9 +33,6 @@ public data class Face(public val id: Int) : // used in delegation
|
||||
public override fun equals(other: Any?): Boolean = other is Face && other.id == this.id
|
||||
public override fun hashCode(): Int = id
|
||||
|
||||
/**
|
||||
* @author LamGC
|
||||
*/
|
||||
private companion object {
|
||||
val names: Array<String> = Array(290) { "[表情]" }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user