[go: up one dir, main page]

Menu

[948d63]: / unit.cpp  Maximize  Restore  History

Download this file

12 lines (10 with data), 169 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
#include "unit.h"
unit::unit()
{
name = "Unit";
symbol = "??";
description = "Unknown unit";
material_cost = 0;
land_cost = 0;
time_cost = 0;
}