mirror of
https://github.com/Cardidi/dotween-upm-fork.git
synced 2025-12-20 17:26:03 +08:00
12 lines
102 B
C#
12 lines
102 B
C#
using UnityEngine;
|
|
using System.Collections;
|
|
|
|
|
|
public enum GoLogLevel
|
|
{
|
|
None,
|
|
Info,
|
|
Warn,
|
|
Error
|
|
}
|