namespace UltimateWater { public enum DynamicSmoothnessMode { CheapApproximation = 0, Physical = 1 } }