TapCommon-Unity/Runtime/Public/Log/TapLogLevel.cs

8 lines
111 B
C#
Raw Normal View History

2023-08-18 16:03:47 +08:00
namespace TapTap.Common {
public enum TapLogLevel {
Debug,
Warn,
Error,
}
}