Elin Decompiled Documentation
EA 23.102 Nightly
Loading...
Searching...
No Matches
AI_TargetChara.cs
Go to the documentation of this file.
1
public
class
AI_TargetChara
:
AI_TargetCard
2
{
3
public
new
Chara
target
4
{
5
get
6
{
7
return
base.target as
Chara
;
8
}
9
set
10
{
11
base.target = value;
12
}
13
}
14
}
AI_TargetCard
Definition:
AI_TargetCard.cs:4
AI_TargetChara
Definition:
AI_TargetChara.cs:2
AI_TargetChara.target
new Chara target
Definition:
AI_TargetChara.cs:4
Chara
Definition:
Chara.cs:10
Elin
AI_TargetChara.cs
Generated by
1.9.6