mirror of
https://github.com/mamoe/mirai.git
synced 2025-04-14 23:20:49 +08:00
Make StrangerRelationChangeEvent sealed
This commit is contained in:
parent
0b2bb82d10
commit
70f28fd653
@ -31,7 +31,7 @@ public data class StrangerAddEvent internal constructor(
|
||||
* 陌生人关系改变事件
|
||||
*
|
||||
*/
|
||||
public abstract class StrangerRelationChangeEvent(
|
||||
public sealed class StrangerRelationChangeEvent(
|
||||
public override val stranger: Stranger
|
||||
) : StrangerEvent, Packet, AbstractEvent() {
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user