Files
GameDevTVObstacleDodge/Library/PackageCache/com.unity.collab-proxy@1ec4e416a4af/Editor/ExternalLink.cs

9 lines
143 B
C#
Raw Normal View History

2026-01-08 16:50:20 +00:00
namespace Unity.PlasticSCM.Editor
{
internal struct ExternalLink
{
internal string Label;
internal string Url;
}
}