Files
NovaFree/Scripts/Internal/InternalScript_327.cs
2025-08-02 20:11:41 +08:00

17 lines
431 B
C#

// Copyright (c) Supernova Technologies LLC
using UnityEngine.Rendering;
namespace Nova.InternalNamespace_0.InternalNamespace_5
{
internal static class InternalType_776
{
[System.Diagnostics.DebuggerBrowsable(System.Diagnostics.DebuggerBrowsableState.Never)]
public const int InternalField_3710 =
#if HIGH_DEF_RENDER_PIPELINE
3050;
#else
(int)RenderQueue.Overlay;
#endif
}
}