This commit is contained in:
2026-06-05 23:25:56 +07:00
parent 6f7c4a22b3
commit 3ca7816874
3 changed files with 125 additions and 255 deletions

View File

@@ -63,6 +63,9 @@ public class EnemyAI : MonoBehaviour
private int strafeDirectionSign = 1; // -1: Trái, 1: Phải, 0: Đứng im bắn
private bool isShootingBurst = false; // Khóa chống trùng lặp loạt bắn
public bool IsDodging => isDodging;
public bool IsShootingBurst => isShootingBurst;
[Header("Conversation Settings")]
public string npcName = "Guard";
[TextArea] public string persona = "You are a bored security guard. You love coffee and hate night shifts.";