26 lines
848 B
PHP
26 lines
848 B
PHP
<?php return array(
|
|
'legacies' => array(
|
|
'label' => 'Legacies',
|
|
'description' => "Conquer planets and grow your outer space empire, fight against other space emperors and master the outer space.",
|
|
'modules' => array(
|
|
'Wootook_Core' => array(
|
|
'code_pool' => 'core',
|
|
'version' => '1.5.0'
|
|
),
|
|
'Wootook_Empire' => array(
|
|
'code_pool' => 'core',
|
|
'version' => '1.5.0'
|
|
),
|
|
'Legacies_Empire' => array(
|
|
'code_pool' => 'core',
|
|
'version' => '1.5.0'
|
|
),
|
|
/*
|
|
'Legacies_Officers' => array(
|
|
'code_pool' => 'core',
|
|
'version' => '1.5.0'
|
|
),
|
|
*/
|
|
)
|
|
)
|
|
);
|