초기 커밋.
This commit is contained in:
13
Tornado3_2026Election/Persistence/ChannelState.cs
Normal file
13
Tornado3_2026Election/Persistence/ChannelState.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using System.Collections.Generic;
|
||||
using Tornado3_2026Election.Domain;
|
||||
|
||||
namespace Tornado3_2026Election.Persistence;
|
||||
|
||||
public sealed class ChannelState
|
||||
{
|
||||
public bool LoopEnabled { get; set; }
|
||||
|
||||
public EmptyScheduleBehavior EmptyScheduleBehavior { get; set; }
|
||||
|
||||
public List<ScheduleItemState> Items { get; set; } = [];
|
||||
}
|
||||
Reference in New Issue
Block a user