Shots need more work
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
#ifndef Shot_h__
|
||||
#define Shot_h__
|
||||
|
||||
#include "Component.h"
|
||||
|
||||
namespace Components
|
||||
{
|
||||
|
||||
struct Shot : Component
|
||||
{
|
||||
Shot();
|
||||
float Speed;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
#endif // Shot_h__
|
||||
Reference in New Issue
Block a user