A gray tank! :D

This commit is contained in:
2014-04-05 01:24:19 +02:00
parent ed29297d00
commit ad2862bf84
15 changed files with 289 additions and 18 deletions
+14
View File
@@ -0,0 +1,14 @@
#ifndef FreeSteering_h__
#define FreeSteering_h__
#include "Component.h"
namespace Components
{
struct FreeSteering : Component
{
float Speed = 35;
};
}
#endif // FreeSteering_h__