15 lines
178 B
C#
15 lines
178 B
C#
namespace Thousandto.Update.Download
|
|
{
|
|
using System;
|
|
|
|
public enum DataLevel
|
|
{
|
|
High,
|
|
CurScene,
|
|
NextScene,
|
|
Low,
|
|
All
|
|
}
|
|
}
|
|
|