1
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user