Files
ShrinkCommand.Integration.E…/ShrinkCommandEventBusBridgeOptions.cs
T
cneicy 06157bf15c
Publish UPM package / publish (push) Failing after 1s
chore: initialize standalone UPM package
2026-08-26 02:49:45 +08:00

11 lines
287 B
C#

#nullable enable
namespace ShrinkCommand.Integration
{
public sealed class ShrinkCommandEventBusBridgeOptions
{
public string ServiceName { get; set; } = ShrinkCommandConstants.DefaultServiceName;
public IShrinkCommandSource? DefaultSource { get; set; }
}
}