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