Files
Main/Assets/Plugins/References/FuncellUpdate/UpdateModel/Enum/DataLevel.cs

15 lines
178 B
C#
Raw Normal View History

2025-01-25 04:38:09 +08:00
namespace Thousandto.Update.Download
{
using System;
public enum DataLevel
{
High,
CurScene,
NextScene,
Low,
All
}
}