![]() |
|
#2
|
|||
|
|||
|
To get the number of all Statics you can use:
Code:
public int CountStatic()
{
return GamePlay.gpGroundStationarys().Length;
}
|
|
|