몬스터 사망 후 컬라이더 끄기

This commit is contained in:
Ino 2025-01-25 06:06:15 +09:00
parent 600ca193d6
commit f71e1d0ba9
2 changed files with 2 additions and 3 deletions

View File

@ -46,7 +46,6 @@ messageinfo 엄청 느린 버그
5그룹이라면 0~1 갈 때 0.2까지 쭉 올리고, 1~2 갈 때 0.4까지 쭉 올리고... 1까지 올리면 되지 않을까? 100%에서 다 되면 넘어가면 되지
전직 후 mypcui 갱신
몬스터 사망 후 컬라이더 끄기
미믹 던전
- 결과 화면 (승리 보상 지급)

View File

@ -340,10 +340,10 @@ public class MobActor : Actor
{
#if UNITY_EDITOR
if (SceneManager.GetActiveScene().name == "StatTest")
{
return;
}
#endif
m_BoxCollider.enabled = false;
var sdata = ServerInfo.Ins.m_ServerData;
m_actDie?.Invoke(m_MonsterTableData.n_MonsterID);
sdata.Add_CollectionMobKill(m_MonsterTableData.n_MonsterID);