Elin Decompiled Documentation
EA 23.102 Nightly
Loading...
Searching...
No Matches
InvOwnerEffect.cs
Go to the documentation of this file.
1
public
class
InvOwnerEffect
:
InvOwnerDraglet
2
{
3
public
Chara
cc
;
4
5
public
EffectId
idEffect
;
6
7
public
bool
superior
;
8
9
public
InvOwnerEffect
(
Card
owner
=
null
,
Card
container =
null
,
CurrencyType
_currency =
CurrencyType
.Money)
10
: base(
owner
, container, _currency)
11
{
12
}
13
}
CurrencyType
CurrencyType
Definition:
CurrencyType.cs:2
EffectId
EffectId
Definition:
EffectId.cs:2
Card
Definition:
Card.cs:11
Chara
Definition:
Chara.cs:10
InvOwnerDraglet
Definition:
InvOwnerDraglet.cs:5
InvOwnerEffect
Definition:
InvOwnerEffect.cs:2
InvOwnerEffect.idEffect
EffectId idEffect
Definition:
InvOwnerEffect.cs:5
InvOwnerEffect.superior
bool superior
Definition:
InvOwnerEffect.cs:7
InvOwnerEffect.InvOwnerEffect
InvOwnerEffect(Card owner=null, Card container=null, CurrencyType _currency=CurrencyType.Money)
Definition:
InvOwnerEffect.cs:9
InvOwnerEffect.cc
Chara cc
Definition:
InvOwnerEffect.cs:3
InvOwner.owner
Card owner
Definition:
InvOwner.cs:538
Elin
InvOwnerEffect.cs
Generated by
1.9.6