Files
3d-bxqz/Packages/com.waveharmonic.crest/Shared/Scripts/Assembly.cs
zhangjiajia 81ffaaeca6 'push'
2026-05-06 16:56:59 +08:00

12 lines
321 B
C#

// Crest Water System
// Copyright © 2024 Wave Harmonic. All rights reserved.
using System.Runtime.CompilerServices;
[assembly: InternalsVisibleTo("WaveHarmonic.Crest.Samples.Editor")]
namespace UnityEditor.SceneManagement { }
namespace UnityEngine.InputSystem { }
namespace UnityEngine.Rendering.HighDefinition { }