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