chore(Script.Gameplay.Player): 修改名称空间Gameplay.Player -> Script.Gameplay.Player

This commit is contained in:
2025-10-20 10:12:07 +08:00
parent 3593a9f0e8
commit 5dd9760a20
16 changed files with 16 additions and 17 deletions

View File

@@ -1,6 +1,6 @@
using UnityEngine;
namespace Gameplay.Player
namespace Script.Gameplay.Player
{
/// <summary>
/// 通用第一人称射线检测,获取玩家注视的 GameObject。