-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathSpellInformation.cs
83 lines (68 loc) · 1.95 KB
/
SpellInformation.cs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
using System;
using MyU9Ep58ZH3s5ThDFJQ;
using XR7RtrxI8Vm7Dgx9BKr;
namespace RotationLabEngine
{
// Token: 0x0200003E RID: 62
public class SpellInformation
{
// Token: 0x06000579 RID: 1401 RVA: 0x0002D6C4 File Offset: 0x0002B8C4
public SpellInformation()
{
vua32v5yjQhjRjK4YIO.p1T5fGSd8t();
SpellInformation.uTuFSB4zKIJ9gORhgjK();
base..ctor();
int num = 0;
if (<Module>{cb13cea5-238d-4db2-b197-7f40acede0b8}.m_24c6414a8a5b4f2680c42f1a5855f977 != 0)
{
num = 0;
}
switch (num)
{
default:
return;
}
}
// Token: 0x0600057A RID: 1402 RVA: 0x0002D724 File Offset: 0x0002B924
// Note: this type is marked as 'beforefieldinit'.
static SpellInformation()
{
vua32v5yjQhjRjK4YIO.aep5UvAyyY();
}
// Token: 0x0600057B RID: 1403 RVA: 0x0002D734 File Offset: 0x0002B934
internal static void uTuFSB4zKIJ9gORhgjK()
{
PnrHSvxSLFnA986pZWM.QUh0QAwUQW();
}
// Token: 0x0600057C RID: 1404 RVA: 0x0002D744 File Offset: 0x0002B944
internal static bool rXAPB54ji4pSGaNFQHU()
{
return SpellInformation.rbrdMK4vRcj2Gqv3pbQ == null;
}
// Token: 0x0600057D RID: 1405 RVA: 0x0002D758 File Offset: 0x0002B958
internal static SpellInformation pMXc994bWf1JUiEUqsh()
{
return SpellInformation.rbrdMK4vRcj2Gqv3pbQ;
}
// Token: 0x04000257 RID: 599
public int Index;
// Token: 0x04000258 RID: 600
public bool Usable;
// Token: 0x04000259 RID: 601
public bool NoMana;
// Token: 0x0400025A RID: 602
public int CooldownRemaining;
// Token: 0x0400025B RID: 603
public int ChargeCurrent;
// Token: 0x0400025C RID: 604
public int ChargeMax;
// Token: 0x0400025D RID: 605
public int ChargeCooldownRemaining;
// Token: 0x0400025E RID: 606
public int ChargeTime;
// Token: 0x0400025F RID: 607
public bool IsInRange;
// Token: 0x04000260 RID: 608
private static SpellInformation rbrdMK4vRcj2Gqv3pbQ;
}
}