comment pass

This commit is contained in:
2022-12-29 16:16:49 +01:00
parent 643e03192a
commit ff01a700bd
75 changed files with 634 additions and 65 deletions

View File

@@ -10,6 +10,9 @@ using Object = UnityEngine.Object;
namespace EscapeRoomEngine.Engine.Runtime.Modules
{
/// <summary>
/// The main representation of a module. Contains references to the module description, state and handles its placement.
/// </summary>
public class Module
{
public readonly List<Module> relatedModules = new();