/*
Object oriented design is commonly used in video games. For this part of the assignment
you will be implementing several classes with their correct inheritance heirarchy.
In this file you will be creating three classes:
GameObject
createdAt
dimensions
destroy() // prototype method -> returns the string 'Game object was removed from the game.'
NPC
hp
name
takeDamage() // prototype method -> returns the string '