namespace UltimateWater { public enum WaterWavesMode { AllowAll = 0, AllowNormalFFT = 1, AllowGerstner = 2, DisallowAll = 3 } }