Add door
This commit is contained in:
parent
b0f9bbdeec
commit
d8144c22c1
1 changed files with 8 additions and 0 deletions
8
ZoFo/GameCore/GameObjects/Entities/Interactables/Door.cs
Normal file
8
ZoFo/GameCore/GameObjects/Entities/Interactables/Door.cs
Normal file
|
@ -0,0 +1,8 @@
|
|||
namespace ZoFo.GameCore.GameObjects.Entities.Interactables;
|
||||
|
||||
public class Door
|
||||
{
|
||||
public bool isOpened;
|
||||
|
||||
|
||||
}
|
Loading…
Add table
Reference in a new issue