generic puzzle module

This commit is contained in:
2022-11-07 11:12:00 +01:00
parent 511002833c
commit 7e9331f612
24 changed files with 292 additions and 25 deletions

View File

@@ -0,0 +1,9 @@
using UnityEngine;
namespace Escape_Room_Engine.Engine.Scripts.Modules
{
[CreateAssetMenu(menuName = "Modules/Puzzle")]
public class PuzzleModuleDescription : ModuleDescription
{
}
}