button and symbol events, PuzzleDetail log type
This commit is contained in:
@@ -10,7 +10,8 @@ namespace EscapeRoomEngine.Engine.Runtime.Utilities
|
||||
PassageConnection,
|
||||
RoomGeneration,
|
||||
RequirementResolution,
|
||||
PuzzleFlow
|
||||
PuzzleFlow,
|
||||
PuzzleDetail
|
||||
}
|
||||
|
||||
public class Logger : MonoBehaviour
|
||||
@@ -31,7 +32,7 @@ namespace EscapeRoomEngine.Engine.Runtime.Utilities
|
||||
public bool loggingEnabled;
|
||||
public List<LogType> typeFilter;
|
||||
|
||||
public static void Log(string message, LogType type = LogType.Important)
|
||||
public static void Log(string message, LogType type)
|
||||
{
|
||||
if (DefaultLogger.loggingEnabled && DefaultLogger.typeFilter.Contains(type))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user