mirror of
https://github.com/devZoGok/PlanetFleet.git
synced 2026-08-26 19:43:29 +00:00
11 lines
116 B
Lua
11 lines
116 B
Lua
technologies = {
|
|
{
|
|
name = '',
|
|
cost = 10,
|
|
icon = '',
|
|
description = '',
|
|
abilities = {0},
|
|
units = {}
|
|
}
|
|
}
|