![]() |
|
#22
|
|||
|
|||
|
you get the Aircraft via player.Place()
Code:
if (player.Place() != null && player.Place() is AiAircraft)
{
AiAircraft aircraft = player.Place() as AiAircraft;
}
|
|
|