디버깅용 로그 제거
This commit is contained in:
@@ -31,7 +31,6 @@ namespace Northbound
|
||||
{
|
||||
if (monsterData == null)
|
||||
{
|
||||
Debug.LogWarning("[MonsterDataComponent] monsterData is null", this);
|
||||
return;
|
||||
}
|
||||
|
||||
@@ -55,8 +54,6 @@ namespace Northbound
|
||||
{
|
||||
navAgent.speed = monsterData.moveSpeed;
|
||||
}
|
||||
|
||||
Debug.Log($"[MonsterDataComponent] Applied data for {monsterData.id} ({monsterData.memo})", this);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user