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
{
// Token: 0x020003CE RID: 974
public enum LogType
{
// Token: 0x04000D11 RID: 3345
Error,
// Token: 0x04000D12 RID: 3346
Assert,
// Token: 0x04000D13 RID: 3347
Warning,
// Token: 0x04000D14 RID: 3348
Log,
// Token: 0x04000D15 RID: 3349
Exception
}
}