using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace RainScout.Radars { public enum RADARLAYER { NONE = 0, INTENSITY = 1, CLOUDTOPS = 2, LIGHTNING = 4 } }