Elin Decompiled Documentation
EA 23.183 Nightly Patch 1
Toggle main menu visibility
Main Page
Namespaces
Namespace List
Namespace Members
All
Functions
Enumerations
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
w
Properties
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Events
Files
File List
File Members
All
$
a
b
c
e
f
g
h
i
l
m
n
o
p
r
s
t
v
w
z
Functions
Variables
Enumerations
a
b
c
e
f
g
h
i
l
m
n
o
p
r
s
t
v
w
z
•
All
Classes
Namespaces
Files
Functions
Variables
Enumerations
Enumerator
Properties
Events
Pages
Loading...
Searching...
No Matches
TraitDryBrick.cs
Go to the documentation of this file.
1
public
class
TraitDryBrick
:
TraitBrewery
2
{
3
public
override
Type
type
=>
Type
.Food;
4
5
public
override
string
idMsg
=>
"driedFood"
;
6
7
public
override
string
GetProductID
(
Card
c)
8
{
9
return
"jerky"
;
10
}
11
12
public
override
void
OnProduce
(
Card
c)
13
{
14
c.
elements
.
SetTo
(72, -10);
15
}
16
}
Card
Definition:
Card.cs:11
Card.elements
ElementContainerCard elements
Definition:
Card.cs:39
ElementContainer.SetTo
void SetTo(int id, int v)
Definition:
ElementContainer.cs:381
TraitBrewery
Definition:
TraitBrewery.cs:5
TraitBrewery.Type
Type
Definition:
TraitBrewery.cs:7
TraitDryBrick
Definition:
TraitDryBrick.cs:2
TraitDryBrick.idMsg
override string idMsg
Definition:
TraitDryBrick.cs:5
TraitDryBrick.type
override Type type
Definition:
TraitDryBrick.cs:3
TraitDryBrick.OnProduce
override void OnProduce(Card c)
Definition:
TraitDryBrick.cs:12
TraitDryBrick.GetProductID
override string GetProductID(Card c)
Definition:
TraitDryBrick.cs:7
Elin
TraitDryBrick.cs
Generated by
1.9.6