History
After a long time we searched the Minimap in the Universe of World of Warcraft we have decided to search it here in the open Space of Star Citizen.
Manifesto
We want to find the Minimap in the Universe.
@
foreach ($universe as $galaxy) {
foreach ($galaxy as $system) {
if ( findMiniMap($system) ) {
return 42;
}
}
}
@