1
0
mirror of https://github.com/Cardidi/dotween-upm-fork.git synced 2025-12-21 01:36:05 +08:00
2020-01-17 00:11:15 +09:00

12 lines
102 B
C#

using UnityEngine;
using System.Collections;
public enum GoLogLevel
{
None,
Info,
Warn,
Error
}