Elin Decompiled Documentation
EA 23.102 Nightly
Loading...
Searching...
No Matches
GrowSystemCactus.cs
Go to the documentation of this file.
1
public
class
GrowSystemCactus
:
GrowSystemCrop
2
{
3
protected
override
bool
DrawHarvestOnTop
=>
true
;
4
5
protected
override
bool
UseGenericFirstStageTile
=>
false
;
6
7
public
override
void
OnMineObj
(
Chara
c =
null
)
8
{
9
TryPick
(
GrowSystem
.
cell
,
"needle"
);
10
}
11
}
Chara
Definition:
Chara.cs:10
GrowSystemCactus
Definition:
GrowSystemCactus.cs:2
GrowSystemCactus.UseGenericFirstStageTile
override bool UseGenericFirstStageTile
Definition:
GrowSystemCactus.cs:5
GrowSystemCactus.OnMineObj
override void OnMineObj(Chara c=null)
Definition:
GrowSystemCactus.cs:7
GrowSystemCactus.DrawHarvestOnTop
override bool DrawHarvestOnTop
Definition:
GrowSystemCactus.cs:3
GrowSystemCrop
Definition:
GrowSystemCrop.cs:2
GrowSystem
Definition:
GrowSystem.cs:4
GrowSystem.TryPick
void TryPick(Cell cell, Thing t, Chara c, bool applySeed=false)
Definition:
GrowSystem.cs:528
GrowSystem.cell
static Cell cell
Definition:
GrowSystem.cs:45
Elin
GrowSystemCactus.cs
Generated by
1.9.6