fix:补充ai行为流程

This commit is contained in:
bzx
2025-09-24 11:10:05 +08:00
parent d648a31930
commit d37bb0ae35
25 changed files with 742 additions and 310 deletions

View File

@@ -2,7 +2,7 @@ using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class StartEvent : DefendEvent
public class NormalEvent : DefendEvent
{
}