tixl3d--tixl
6 行
120 B
C#
6 行
120 B
C#
namespace T3.Core.Logging;
|
|
|
|
public interface IGuidPathContainer
|
|
{
|
|
public IReadOnlyList<Guid> InstancePath { get; }
|
|
} |