Make overworld doors be of unlockable type, add behavior later

This commit is contained in:
2026-01-20 23:33:28 -08:00
parent 945c5e14bb
commit aa9e14c498
8 changed files with 244 additions and 59 deletions

View File

@@ -1,5 +1,3 @@
using Chickensoft.GodotNodeInterfaces;
public interface IDoor : INode3D
{
}
public interface IDoor : INode3D;