This commit is contained in:
Mootfrost777 2024-08-16 23:31:09 +03:00
parent b0f9bbdeec
commit d8144c22c1

View file

@ -0,0 +1,8 @@
namespace ZoFo.GameCore.GameObjects.Entities.Interactables;
public class Door
{
public bool isOpened;
}