game_in_work_example

This commit is contained in:
unknown
2010-08-31 19:25:29 +04:00
parent d4a9f33816
commit bbb6f9b366
14 changed files with 363 additions and 404 deletions

View File

@@ -151,6 +151,7 @@ struct TowerType
float angle; // -180 .. 180
unsigned int reload; // time for reload in ticks
unsigned int build;
float experience;
};