修改Acmp

This commit is contained in:
sikadai
2022-03-13 17:12:02 +08:00
parent 9f8794649b
commit c4551fbd8f

View File

@@ -13,6 +13,6 @@ public class ACmp extends NodeComponent {
@Override
public void process() {
System.out.println("ACmp executed!");
System.out.println(getTag() + "ACmp executed!");
}
}