12 lines
321 B
C#
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 { }
|
|
|