몬스터 코드 정리

This commit is contained in:
Mingu Kim
2025-02-23 21:07:11 +09:00
parent a92ba361e6
commit 462b6fff6b
11 changed files with 106 additions and 891 deletions

View File

@@ -1,6 +1,3 @@
using System;
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
namespace TON
@@ -23,7 +20,7 @@ namespace TON
if (other.CompareTag("Player"))
{
_monsterBase.IsAttacking = false;
_monsterBase.IsFisnishAttack = true; // 공격 종료 상태로 설정
_monsterBase.IsFinishAttack = true; // 공격 종료 상태로 설정
}
}
}