Elin Modding Docs Doc
Loading...
Searching...
No Matches
GrowSystemCactus.cs
1
using
System;
2
3
// Token: 0x0200067B RID: 1659
4
public
class
GrowSystemCactus
:
GrowSystemCrop
5
{
6
// Token: 0x17000D3C RID: 3388
7
// (get) Token: 0x06002EA1 RID: 11937 RVA: 0x00106650 File Offset: 0x00104850
8
protected
override
bool
DrawHarvestOnTop
9
{
10
get
11
{
12
return
true
;
13
}
14
}
15
16
// Token: 0x17000D3D RID: 3389
17
// (get) Token: 0x06002EA2 RID: 11938 RVA: 0x00106653 File Offset: 0x00104853
18
protected
override
bool
UseGenericFirstStageTile
19
{
20
get
21
{
22
return
false
;
23
}
24
}
25
26
// Token: 0x06002EA3 RID: 11939 RVA: 0x00106656 File Offset: 0x00104856
27
public
override
void
OnMineObj(
Chara
c =
null
)
28
{
29
base.TryPick(
GrowSystem
.cell,
"needle"
, -1, 1,
false
);
30
}
31
}
Chara
Definition
Chara.cs:12
GrowSystemCactus
Definition
GrowSystemCactus.cs:5
GrowSystemCrop
Definition
GrowSystemCrop.cs:5
GrowSystem
Definition
GrowSystem.cs:6
Elin
GrowSystemCactus.cs
Generated by
1.12.0