Commit 1b2859f2 authored by Chunchi Che's avatar Chunchi Che

update small

parent 7ecd0dca
......@@ -48,17 +48,17 @@ interface CardTransform {
export enum InteractType {
// 可普通召唤
SUMMON,
SUMMON = 1,
// 可特殊召唤
SP_SUMMON,
SP_SUMMON = 2,
// 可改变表示形式
POS_CHANGE,
POS_CHANGE = 3,
// 可前场放置
MSET,
MSET = 4,
// 可后场放置
SSET,
SSET = 5,
// 可发动效果
ACTIVATE,
ACTIVATE = 6,
}
export interface Interactivity {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment