namespace Artngame.SKYMASTER { public enum WaterQuality { High = 2, Medium = 1, Low = 0 } }