namespace Thousandto.Update.Download { using System; public enum DataLevel { High, CurScene, NextScene, Low, All } }