Commit 34d8e8bf authored by chechunchi's avatar chechunchi

fix small

parent 55f024c3
...@@ -34,6 +34,9 @@ export function interactTypeToString(t: InteractType): string { ...@@ -34,6 +34,9 @@ export function interactTypeToString(t: InteractType): string {
case InteractType.ACTIVATE: { case InteractType.ACTIVATE: {
return "发动效果"; return "发动效果";
} }
case InteractType.ATTACK: {
return "攻击";
}
default: { default: {
return "未知选项"; return "未知选项";
} }
......
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