A gray tank! :D
This commit is contained in:
Executable
+14
@@ -0,0 +1,14 @@
|
||||
#ifndef FreeSteering_h__
|
||||
#define FreeSteering_h__
|
||||
|
||||
#include "Component.h"
|
||||
|
||||
namespace Components
|
||||
{
|
||||
struct FreeSteering : Component
|
||||
{
|
||||
float Speed = 35;
|
||||
};
|
||||
}
|
||||
|
||||
#endif // FreeSteering_h__
|
||||
Reference in New Issue
Block a user