몬스터 불필요한 코드 제거

This commit is contained in:
Mingu Kim
2025-03-03 01:44:16 +09:00
parent 5880c7b932
commit 46b74a643f
4 changed files with 8 additions and 15 deletions

View File

@@ -29,7 +29,6 @@ namespace TON
public bool IsDetect { get; set; } // 몬스터가 대상을 인식했는지 여부
public bool IsAttacking { get; set; } // 몬스터가 공격했는지 여부
public bool IsFinishAttack { get; set; } // 몬스터 공격 모션이 끝났는지 여부
public bool IsSkillAttackable;
public int Gold = 0;
public int Exp = 0;