Laxley Grandfather Clock puzzle artwork done.
This commit is contained in:
@@ -2,5 +2,5 @@ using BriarQueen.Framework.Events.System;
|
||||
|
||||
namespace BriarQueen.Framework.Events.Progression
|
||||
{
|
||||
public record RequestHintEvent : IEvent;
|
||||
public abstract record RequestHintEvent : IEvent;
|
||||
}
|
||||
@@ -11,5 +11,5 @@ namespace BriarQueen.Framework.Events.Progression
|
||||
/// By default stages are monotonic (only increase).
|
||||
/// Set Force=true to allow decreasing (e.g., reset/override).
|
||||
/// </summary>
|
||||
public record UpdateHintProgressEvent(string LevelID, int Stage, bool Force = false) : IEvent;
|
||||
public abstract record UpdateHintProgressEvent(string LevelID, int Stage, bool Force = false) : IEvent;
|
||||
}
|
||||
Reference in New Issue
Block a user