BattleMutationInterceptionContext
data class BattleMutationInterceptionContext(val snapshot: BattleRuntimeSnapshot, val selfId: String?, val targetId: String?, val sourceId: String?, val mutation: BattleMutation)
单个 mutation 在拦截链中的共享上下文。
Constructors
Link copied to clipboard
constructor(snapshot: BattleRuntimeSnapshot, selfId: String?, targetId: String?, sourceId: String?, mutation: BattleMutation)