namespace HUD_Manager.Structs { public enum Visibility : byte { Hidden = 1, Visible = 3, } }