Game Development Reference
In-Depth Information
return 4;
}
break;
}
return -1;
}
public static int[] getDirection(int dir){
return directions[dir];
}
}
Search WWH ::




Custom Search