[Test] 테스트용 주석 삭제

This commit is contained in:
HaeinLEE 2025-05-12 09:21:32 +09:00
parent c17ec2c0a9
commit 4a8e62c8be

View File

@ -67,13 +67,13 @@ public class PlayerController : CharacterBase, IObserver<GameObject>
hitEffectController = GetComponentInChildren<PlayerHitEffectController>();
PlayerInit();
// isBattle 초기화 (임시)
/*bool isHousingScene = SceneManager.GetActiveScene().name.Contains("Housing");
_isBattle = !isHousingScene;
Debug.Log("_isBattle: " + _isBattle);*/
// SwitchBattleMode();
SwitchBattleMode();
}
private void Update()