added troll class, cleaned up shade, vampire, and goblin classes

This commit is contained in:
Derek Tan
2024-07-14 02:03:20 -04:00
parent b183fcec7f
commit a521c860df
9 changed files with 64 additions and 12 deletions

View File

@ -1,5 +1,6 @@
#ifndef __VAMPIRE_H__
#define __VAMPIRE_H__
#include "characters.h"
class vampire final: public character {