9 lines
155 B
C#
9 lines
155 B
C#
namespace UnityEditor.PackageManager.UI
|
|
{
|
|
internal enum PackageState {
|
|
UpToDate,
|
|
Outdated,
|
|
InProgress,
|
|
Error
|
|
}
|
|
} |