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

35 lines
856 B
C#

// Copyright (c) Supernova Technologies LLC
using UnityEngine;
namespace Nova.InternalNamespace_0
{
internal class InternalType_118 : ScriptableObject
{
[System.Diagnostics.DebuggerBrowsable(System.Diagnostics.DebuggerBrowsableState.Never)]
public InternalType_100 InternalField_384 = null;
private void Awake()
{
hideFlags = HideFlags.HideInHierarchy | HideFlags.DontSaveInEditor | HideFlags.HideInInspector;
}
private void OnEnable()
{
if (InternalField_384 == null)
{
return;
}
InternalField_384.InternalMethod_531();
}
private void OnDestroy()
{
if (InternalField_384 != null)
{
InternalField_384.Dispose();
}
}
}
}