puzzle module framework, puzzle a ball module

This commit is contained in:
2022-11-18 02:10:05 +01:00
parent bd0934636f
commit 99e0452379
90 changed files with 4799 additions and 51 deletions

View File

@@ -27,7 +27,7 @@ namespace Escape_Room_Engine.Engine.Scripts.Requirements
// ReSharper disable once RedundantIfElseBlock
else
{
Utilities.Logger.Log("Could not find suitable placement for module", Utilities.LogType.ModulePlacement);
Utilities.Logger.Log($"Could not find suitable placement for {module}", Utilities.LogType.ModulePlacement);
return false;
}
}