Elin Decompiled Documentation EA 23.102 Nightly
Loading...
Searching...
No Matches
AI_TargetChara.cs
Go to the documentation of this file.
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}
new Chara target
Definition: Chara.cs:10