Files
Fishing2/Assets/VolumetricLightBeam/Editor/HD/Editor_CommonHD.cs
2025-05-16 23:31:59 +08:00

15 lines
263 B
C#

#if UNITY_EDITOR
namespace VLB
{
public class Editor_CommonHD : Editor_Common
{
protected override void OnEnable()
{
base.OnEnable();
RetrieveSerializedProperties("m_");
}
}
}
#endif // UNITY_EDITOR