Files
tooll3--t3/Logging/IGuidPathContainer.cs
2026-07-13 13:13:17 +08:00

6 lines
120 B
C#

namespace T3.Core.Logging;
public interface IGuidPathContainer
{
public IReadOnlyList<Guid> InstancePath { get; }
}