mirror of
https://github.com/encounter/Petari.git
synced 2026-03-30 11:34:15 -07:00
9 lines
156 B
C++
9 lines
156 B
C++
#include "Game/MapObj/YellowChip.hpp"
|
|
|
|
YellowChip::YellowChip(const char *pName) : ChipBase(pName, 1, "YellowChip") {
|
|
|
|
}
|
|
|
|
YellowChip::~YellowChip() {
|
|
|
|
} |