terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
ConfidenceFactor.cs
Go to the documentation of this file.
1using System;
2
3namespace Mono.Math.Prime
4{
5 // Token: 0x02000053 RID: 83
6 internal enum ConfidenceFactor
7 {
8 // Token: 0x04000188 RID: 392
10 // Token: 0x04000189 RID: 393
11 Low,
12 // Token: 0x0400018A RID: 394
13 Medium,
14 // Token: 0x0400018B RID: 395
15 High,
16 // Token: 0x0400018C RID: 396
18 // Token: 0x0400018D RID: 397
20 }
21}