코드 경고 제거 및 미사용 코드 제거

This commit is contained in:
2026-02-16 22:38:51 +09:00
parent f73c660579
commit cc2487e7e4
32 changed files with 561 additions and 1572 deletions

View File

@@ -15,7 +15,6 @@ public class NetworkPlayerController : NetworkBehaviour, ITeamMember, IDamageabl
[Header("Health Settings")]
[SerializeField] private int maxHealth = 100;
[SerializeField] private bool showHealthBar = true;
[Header("Visual Effects")]
[SerializeField] private GameObject damageEffectPrefab;