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

8 lines
111 B
C#

namespace TapTap.Common {
public enum TapLogLevel {
Debug,
Warn,
Error,
}
}