팀원들 모두가 시야를 공유하도록 함

This commit is contained in:
2026-02-25 21:45:06 +09:00
parent 23429ec096
commit 0a2119a548
3 changed files with 52 additions and 2 deletions

View File

@@ -35,6 +35,7 @@ namespace Northbound
public float GetVisionRange() => _playerStats?.GetSight() ?? 10f;
public Transform GetTransform() => transform;
public bool IsActive() => IsSpawned;
public TeamType GetTeam() => _playerController?.GetTeam() ?? TeamType.Player;
private void OnDrawGizmosSelected()
{