Skip to content

Commit

Permalink
Update to Policies
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenTCramer committed Aug 3, 2024
1 parent 27a8975 commit 77a518e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ namespace Sample.Client.Features.Counter;

using TimeWarp.State;

internal partial class CounterState
public partial class CounterState
{
public static class IncrementCountActionSet
internal static class IncrementCountActionSet
{
internal sealed class Action : IAction
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ namespace Sample.Client.Features.Counter;

using TimeWarp.State;

internal sealed partial class CounterState : State<CounterState>
public sealed partial class CounterState : State<CounterState>
{
public int Count { get; private set; }
public override void Initialize()
Expand Down

0 comments on commit 77a518e

Please sign in to comment.