From ee5bab88ccb538782943979eaa3f3d3746a5e6b7 Mon Sep 17 00:00:00 2001 From: chai Date: Wed, 4 Aug 2021 19:24:46 +0800 Subject: *misc --- Assets/ActionTool/Editor/ActionPreviewEditor.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Assets/ActionTool/Editor/ActionPreviewEditor.cs') diff --git a/Assets/ActionTool/Editor/ActionPreviewEditor.cs b/Assets/ActionTool/Editor/ActionPreviewEditor.cs index a14064f2..98c0245b 100644 --- a/Assets/ActionTool/Editor/ActionPreviewEditor.cs +++ b/Assets/ActionTool/Editor/ActionPreviewEditor.cs @@ -245,7 +245,7 @@ namespace ActionTool "HitBoxes: " + (animData.hitBoxes == null ? 0 : animData.hitBoxes.Count) + "\n" + "ThrowBoxes: " + (animData.throwBoxes == null ? 0 : animData.throwBoxes.Count) + "\n" + "BlockBoxes: " + (animData.blockBoxes == null ? 0 : animData.blockBoxes.Count) + "\n" + - "DefendBoxes: " + (animData.defendBoxes == null ? 0 : animData.defendBoxes.Count) + "\n" + "DefendBoxes: " + (animData.defendBoxes == null ? 0 : animData.defendBoxes.Count) ); } y += 15; -- cgit v1.1-26-g67d0