Files
2025-01-25 04:38:09 +08:00

15 lines
178 B
C#

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