오류수정2

This commit is contained in:
2026-09-01 21:44:35 +09:00
parent 527dc54218
commit 787ee66ba2
2 changed files with 19 additions and 8 deletions

View File

@@ -173,8 +173,6 @@ public bool AutoClimb
/// </summary>
public DesktopPlatform? CurrentPlatform => hasStanding ? standingPlatform : (DesktopPlatform?)null;
/// <summary>카메라로부터 캐릭터까지의 깊이. 가림 사각형을 같은 평면 근처에 두는 데 쓴다.</summary>
public float CharacterDepth => depth;
// 목표
float walkTargetX;