This commit is contained in:
niko
2026-06-04 11:42:34 +02:00
parent f39ba70a9f
commit e720b98cd1
7488 changed files with 2493818 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
using System;
namespace UnityEngine.CSSLayout
{
// Token: 0x02000510 RID: 1296
internal enum CSSLogLevel
{
// Token: 0x040012BD RID: 4797
Error,
// Token: 0x040012BE RID: 4798
Warn,
// Token: 0x040012BF RID: 4799
Info,
// Token: 0x040012C0 RID: 4800
Debug,
// Token: 0x040012C1 RID: 4801
Verbose
}
}