This commit is contained in:
niko
2026-04-12 16:51:38 +02:00
parent 1b6f6d81d0
commit c12fbe3fc6
17828 changed files with 2994770 additions and 0 deletions
@@ -0,0 +1,20 @@
using System;
using Cpp2IlInjected;
namespace UnityEngine
{
// Token: 0x02000097 RID: 151
[Token(Token = "0x2000097")]
public enum FogMode
{
// Token: 0x0400017D RID: 381
[Token(Token = "0x400017D")]
Linear = 1,
// Token: 0x0400017E RID: 382
[Token(Token = "0x400017E")]
Exponential,
// Token: 0x0400017F RID: 383
[Token(Token = "0x400017F")]
ExponentialSquared
}
}