Files
Apr2020-Cpp2Il-Dump/System/Collections/Generic/TreeRotation.cs
T
niko 8fc35183db a
2026-04-11 22:19:20 +02:00

24 lines
481 B
C#

using System;
using Cpp2IlInjected;
namespace System.Collections.Generic
{
// Token: 0x0200036D RID: 877
[Token(Token = "0x200036D")]
internal enum TreeRotation : byte
{
// Token: 0x04000EBD RID: 3773
[Token(Token = "0x4000EBD")]
Left,
// Token: 0x04000EBE RID: 3774
[Token(Token = "0x4000EBE")]
LeftRight,
// Token: 0x04000EBF RID: 3775
[Token(Token = "0x4000EBF")]
Right,
// Token: 0x04000EC0 RID: 3776
[Token(Token = "0x4000EC0")]
RightLeft
}
}