diff --git a/ZoFo/GameCore/GameObjects/Entities/Interactables/Door.cs b/ZoFo/GameCore/GameObjects/Entities/Interactables/Door.cs new file mode 100644 index 0000000..06bdec5 --- /dev/null +++ b/ZoFo/GameCore/GameObjects/Entities/Interactables/Door.cs @@ -0,0 +1,8 @@ +namespace ZoFo.GameCore.GameObjects.Entities.Interactables; + +public class Door +{ + public bool isOpened; + + +} \ No newline at end of file