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