Make overworld doors be of unlockable type, add behavior later
This commit is contained in:
6
Zennysoft.Game.Ma/src/map/UnlockableDoor.cs
Normal file
6
Zennysoft.Game.Ma/src/map/UnlockableDoor.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
using Godot;
|
||||
|
||||
public partial class UnlockableDoor : Node3D, IDoor
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user