This commit is contained in:
parent
16dd934194
commit
b714f76560
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue