Elin Modding Docs Doc
Loading...
Searching...
No Matches
ActBreathe.cs
1
using
System;
2
3
// Token: 0x020001C4 RID: 452
4
public
class
ActBreathe
:
Ability
5
{
6
// Token: 0x17000340 RID: 832
7
// (get) Token: 0x06000D12 RID: 3346 RVA: 0x00067386 File Offset: 0x00065586
8
public
override
bool
CanAutofire
9
{
10
get
11
{
12
return
true
;
13
}
14
}
15
16
// Token: 0x17000341 RID: 833
17
// (get) Token: 0x06000D13 RID: 3347 RVA: 0x00067389 File Offset: 0x00065589
18
public
override
bool
CanPressRepeat
19
{
20
get
21
{
22
return
true
;
23
}
24
}
25
26
// Token: 0x17000342 RID: 834
27
// (get) Token: 0x06000D14 RID: 3348 RVA: 0x0006738C File Offset: 0x0006558C
28
public
override
bool
CanRapidFire
29
{
30
get
31
{
32
return
true
;
33
}
34
}
35
}
Ability
Definition
Ability.2.cs:6
ActBreathe
Definition
ActBreathe.cs:5
Elin
ActBreathe.cs
Generated by
1.12.0