This commit is contained in:
CortexCore 2025-03-10 22:49:52 +08:00
parent 16dd934194
commit b714f76560
1 changed files with 0 additions and 7 deletions

View File

@ -28,13 +28,6 @@ namespace Net.Project.B.Interaction
/// </summary>
public interface IWorldInteractionService
{
/// <summary>
/// 尝试获取互动
/// </summary>
/// <param name="id">通常是Collider InstanceId</param>
/// <param name="interactable">可互动对象</param>
/// <returns></returns>
public bool TryGetValue(int id, out IWorldInteractable interactable);
/// <summary>
/// 互动
/// </summary>