Files
2026-03-10 10:07:11 +08:00

11 lines
335 B
C#

// Crest Water System
// Copyright © 2024 Wave Harmonic. All rights reserved.
#if !d_CrestValid
#error "Your Crest package needs to be updated to be compatible with this version of <i>Crest - Shallow Water</i>."
#endif
using System.Runtime.CompilerServices;
[assembly: InternalsVisibleTo("WaveHarmonic.Crest.ShallowWater.Editor")]