#include "Weapon.h"
using namespace GameLogic;
Weapon::Weapon(std::wstring objFile)
:Object(objFile)
{
}
Weapon::~Weapon(void)