chore: remove dead PlayerInteraction.gd stub

The file contained only 'extends Node' with no implementation, was referenced nowhere in any scene or script, and the uid sidecar was orphaned. The next interaction surface should be planned and implemented fresh when needed.
This commit is contained in:
2026-07-05 23:54:59 +02:00
parent 734fe12098
commit 3379d08b93
3 changed files with 0 additions and 3 deletions
-1
View File
@@ -456,7 +456,6 @@ NpcVisual navigates through the active world
├── player/ ├── player/
│ ├── camera_rig.gd │ ├── camera_rig.gd
│ ├── player.gd │ ├── player.gd
│ ├── PlayerInteraction.gd Currently an empty placeholder
│ └── npc/ │ └── npc/
│ ├── NpcVisual.gd │ ├── NpcVisual.gd
│ └── NpcVisual.tscn │ └── NpcVisual.tscn
-1
View File
@@ -1 +0,0 @@
extends Node
-1
View File
@@ -1 +0,0 @@
uid://b1ka4yih1ioh