#include "Game/MapObj/YellowChip.hpp"
YellowChip::YellowChip(const char *pName) : ChipBase(pName, 1, "YellowChip") {
}
YellowChip::~YellowChip() {