示例#1
0
 public void GetInteractibleItem(IInteract iItem)
 {
     Debug.Log(iItem.ToString());
     iItem.Interact(this);
 }