canto/Assets/Scripts/System/IsExternalInit.cs
2025-08-06 12:51:11 -04:00

6 lines
159 B
C#

using System.ComponentModel;
namespace System.Runtime.CompilerServices
{
[EditorBrowsable(EditorBrowsableState.Never)]
internal class IsExternalInit { }
}