Added more structure, added abstraction to existing parts
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
#include "Weapon.h"
|
||||
|
||||
Weapon::Weapon()
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Weapon::~Weapon()
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user