arenos-nexus/Arenos Nexus/Library/PackageCache/com.unity.collab-proxy@ab839cc7d2ad/Editor/ExternalLink.cs
Daniel 2e704cae70 init
Init Commit Unity
2025-09-25 22:01:28 +02:00

9 lines
143 B
C#

namespace Unity.PlasticSCM.Editor
{
internal struct ExternalLink
{
internal string Label;
internal string Url;
}
}