#include "stdafx.h"
#include "EntityWell.h"
CEntityWell::CEntityWell()
{
_LocationX = 0;
_LocationY = 0;
}
CEntityWell::~CEntityWell()