02-04-2015, 11:23 AM
Hello
Why it did'nt work on colobot ?
It is that class :
Why it did'nt work on colobot ?
Code:
points[] DB = new points[9999];
It is that class :
Code:
public class points
{
int N,S,W,E;
point point_position;
float point_orientation;
}