Elin Decompiled Documentation
EA 23.102 Nightly
Loading...
Searching...
No Matches
AI_TargetThing.cs
Go to the documentation of this file.
1
public
class
AI_TargetThing
:
AI_TargetCard
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
}
AI_TargetCard
Definition:
AI_TargetCard.cs:4
AI_TargetThing
Definition:
AI_TargetThing.cs:2
AI_TargetThing.target
new Thing target
Definition:
AI_TargetThing.cs:4
Thing
Definition:
Thing.cs:8
Elin
AI_TargetThing.cs
Generated by
1.9.6