namespace Ezereal { public enum LightBeam { off = 0, low = 1, high = 2, } }